unbloat shit

This commit is contained in:
tulg 2026-01-27 18:49:26 +03:00
parent 0787779876
commit 5bbc58409a
2 changed files with 28 additions and 1 deletions

10
modules/nixos/gaming.nix Normal file
View file

@ -0,0 +1,10 @@
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
environment.systemPackages = with pkgs; [
protonup-ng
];
}