steam: make only monolith have steam installed
This commit is contained in:
parent
5bfbee1de9
commit
5474e8b9b5
4 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue