Deduplicate steam

This commit is contained in:
2025-06-25 05:27:46 -07:00
parent 2a8f6f3ded
commit 98f47d6c6a
4 changed files with 24 additions and 20 deletions

View File

@@ -8,6 +8,7 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../../modules/application-groups/gaming.nix
];
#boot.kernelPackages = pkgs.linuxPackages_latest;
@@ -393,13 +394,6 @@
];
};
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;