workstation | re-enable steam, with some tweaks

This commit is contained in:
Don Harper 2024-05-14 07:22:15 -05:00
parent d789ca2d0a
commit b3412c3a24

View file

@ -238,13 +238,18 @@ in
];
programs = {
# steam = {
# enable = true;
# # Open ports in the firewall for Steam Remote Play
# remotePlay.openFirewall = true;
# # Open ports in the firewall for Source Dedicated Server
# dedicatedServer.openFirewall = true;
# };
# GAMES!
steam = {
enable = true;
gamescopeSession.enable = true;
# # Open ports in the firewall for Steam Remote Play
# remotePlay.openFirewall = true;
# # Open ports in the firewall for Source Dedicated Server
# dedicatedServer.openFirewall = true;
};
gamemode = {
enable = true;
};
dconf = {
enable = true;
};