Switch to ares instead of bsnes.

This commit is contained in:
Tom Alexander
2025-01-11 12:09:02 -05:00
parent 47d9e203f3
commit 33f13d898d
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{
config,
lib,
pkgs,
...
}:
{
imports = [ ];
environment.systemPackages = with pkgs; [
ares
];
}