enable steam in nix configuration

This commit is contained in:
reo6 2025-02-10 15:15:39 +03:00
parent 40d23ef858
commit a2667a2a42

View file

@ -11,4 +11,12 @@
variant = "";
options = "caps:ctrl_modifier";
};
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
};
};
}