Files
nix-dotfiles/modules/system/gaming.nix
T

7 lines
116 B
Nix

{
programs = {
gamemode.enable = true;
steam = { enable = true; remotePlay.openFirewall = true; };
};
}