configuration.nix/hosts/skipper/programs/steam.nix

8 lines
129 B
Nix
Raw Normal View History

2024-02-24 21:59:59 +05:30
_: {
hardware.steam-hardware.enable = true;
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
}