steam: make only monolith have steam installed
This commit is contained in:
parent
5bfbee1de9
commit
5474e8b9b5
|
@ -115,6 +115,7 @@
|
||||||
./hosts/monolith.nix
|
./hosts/monolith.nix
|
||||||
./system/monolith-gitlab-runner.nix
|
./system/monolith-gitlab-runner.nix
|
||||||
./system/nix-serve.nix
|
./system/nix-serve.nix
|
||||||
|
./system/steam.nix
|
||||||
] ++ common_modules;
|
] ++ common_modules;
|
||||||
};
|
};
|
||||||
rainbow = lib.nixosSystem {
|
rainbow = lib.nixosSystem {
|
||||||
|
|
|
@ -126,7 +126,6 @@
|
||||||
|
|
||||||
services.geoclue2.enable = true;
|
services.geoclue2.enable = true;
|
||||||
# programs.qt5ct.enable = true;
|
# programs.qt5ct.enable = true;
|
||||||
programs.steam.enable = true;
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# 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
|
# lutris-unwrapped
|
||||||
# steam # It's enabled in the system config
|
# steam # It's enabled in the system config
|
||||||
gamescope
|
gamescope
|
||||||
protontricks
|
|
||||||
dzgui
|
dzgui
|
||||||
|
|
||||||
## chat
|
## chat
|
||||||
|
|
Loading…
Reference in a new issue