diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-04-19 23:37:27 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-04-19 23:37:27 -0700 |
commit | 6492a12b42d457798e23bcc0a46bdab44c71b8d0 (patch) | |
tree | 08767c7575fdee2742cfc14cc0d90acd9b794275 /hosts/common/optional/games.nix | |
parent | 8ee78ed3a4ed3aa6acfaa69329142ed50a43a909 (diff) | |
download | nix-6492a12b42d457798e23bcc0a46bdab44c71b8d0.tar nix-6492a12b42d457798e23bcc0a46bdab44c71b8d0.tar.gz nix-6492a12b42d457798e23bcc0a46bdab44c71b8d0.tar.bz2 nix-6492a12b42d457798e23bcc0a46bdab44c71b8d0.tar.lz nix-6492a12b42d457798e23bcc0a46bdab44c71b8d0.tar.xz nix-6492a12b42d457798e23bcc0a46bdab44c71b8d0.tar.zst nix-6492a12b42d457798e23bcc0a46bdab44c71b8d0.zip |
Diffstat (limited to '')
-rw-r--r-- | hosts/common/optional/games.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/games.nix b/hosts/common/optional/games.nix index dfd2f0b..77f14e4 100644 --- a/hosts/common/optional/games.nix +++ b/hosts/common/optional/games.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ - master.godot + #master.godot mame mame.tools mednafen |