diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-04-18 09:29:02 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-04-18 09:29:02 -0700 |
commit | 1874f0633c8f6d89371b88c761475f7d974b2771 (patch) | |
tree | 1531f173048f3f17cbc87feb6e8f3ba2cc34926d /hosts/common/optional | |
parent | adbd35c7e80385f7b51fc3d86986f2fe6b254c76 (diff) | |
download | nix-1874f0633c8f6d89371b88c761475f7d974b2771.tar nix-1874f0633c8f6d89371b88c761475f7d974b2771.tar.gz nix-1874f0633c8f6d89371b88c761475f7d974b2771.tar.bz2 nix-1874f0633c8f6d89371b88c761475f7d974b2771.tar.lz nix-1874f0633c8f6d89371b88c761475f7d974b2771.tar.xz nix-1874f0633c8f6d89371b88c761475f7d974b2771.tar.zst nix-1874f0633c8f6d89371b88c761475f7d974b2771.zip |
Switch to godot_4 on master branch
Diffstat (limited to 'hosts/common/optional')
-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..e6a2179 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_4 mame mame.tools mednafen |