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

@@ -9,6 +9,6 @@
imports = [ ];
environment.systemPackages = with pkgs; [
bsnes-hd
ares
];
}