unbloat shit
This commit is contained in:
parent
0787779876
commit
5bbc58409a
2 changed files with 28 additions and 1 deletions
10
modules/nixos/gaming.nix
Normal file
10
modules/nixos/gaming.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
protonup-ng
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue