diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/gaming.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/gaming.nix b/nixos/modules/gaming.nix index 82a7335..182fc36 100644 --- a/nixos/modules/gaming.nix +++ b/nixos/modules/gaming.nix @@ -18,10 +18,6 @@ in { config = mkIf cnf { cynerd.desktop.enable = true; - environment.systemPackages = with pkgs; [ - dwarf-fortress - ]; - programs.steam = { enable = true; remotePlay.openFirewall = true; |