Switch to ares instead of bsnes.
This commit is contained in:
14
nix/configuration/roles/ares/default.nix
Normal file
14
nix/configuration/roles/ares/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ares
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user