steam: make only monolith have steam installed

This commit is contained in:
lelgenio 2023-02-23 14:22:41 -03:00
parent 5bfbee1de9
commit 5474e8b9b5
4 changed files with 7 additions and 2 deletions

View File

@ -115,6 +115,7 @@
./hosts/monolith.nix
./system/monolith-gitlab-runner.nix
./system/nix-serve.nix
./system/steam.nix
] ++ common_modules;
};
rainbow = lib.nixosSystem {

View File

@ -126,7 +126,6 @@
services.geoclue2.enable = true;
# programs.qt5ct.enable = true;
programs.steam.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;

6
system/steam.nix Normal file
View File

@ -0,0 +1,6 @@
{ config, pkgs, inputs, ... }: {
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
protontricks
];
}

View File

@ -78,7 +78,6 @@
# lutris-unwrapped
# steam # It's enabled in the system config
gamescope
protontricks
dzgui
## chat