steam: make only monolith have steam installed
This commit is contained in:
parent
5bfbee1de9
commit
5474e8b9b5
|
@ -115,6 +115,7 @@
|
|||
./hosts/monolith.nix
|
||||
./system/monolith-gitlab-runner.nix
|
||||
./system/nix-serve.nix
|
||||
./system/steam.nix
|
||||
] ++ common_modules;
|
||||
};
|
||||
rainbow = lib.nixosSystem {
|
||||
|
|
|
@ -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
6
system/steam.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, inputs, ... }: {
|
||||
programs.steam.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
protontricks
|
||||
];
|
||||
}
|
|
@ -78,7 +78,6 @@
|
|||
# lutris-unwrapped
|
||||
# steam # It's enabled in the system config
|
||||
gamescope
|
||||
protontricks
|
||||
dzgui
|
||||
|
||||
## chat
|
||||
|
|
Loading…
Reference in a new issue