diff options
Diffstat (limited to 'hosts/common/optional/games.nix')
-rw-r--r-- | hosts/common/optional/games.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/hosts/common/optional/games.nix b/hosts/common/optional/games.nix index 39a07cd..77f14e4 100644 --- a/hosts/common/optional/games.nix +++ b/hosts/common/optional/games.nix @@ -1,16 +1,7 @@ { pkgs, ... }: { - #environment.systemPackages = builtins.attrValues { - # inherit (pkgs) - # godot_4 - # mame - # mednafen - # mednaffe - # winetricks; - #}; - environment.systemPackages = with pkgs; [ - godot_4 + #master.godot mame mame.tools mednafen |