Files
nixos-config/hosts/desktop/steam.nix

7 lines
92 B
Nix

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