diff --git a/features/steam.nix b/features/gaming.nix similarity index 69% rename from features/steam.nix rename to features/gaming.nix index d1b76f7..80e1af6 100644 --- a/features/steam.nix +++ b/features/gaming.nix @@ -1,10 +1,12 @@ { - nixos = _: { + nixos = {pkgs, ...} : { programs.steam = { enable = true; remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; localNetworkGameTransfers.openFirewall = true; }; + + environment.systemPackages = [ pkgs.prismlauncher ]; }; } diff --git a/flake/hosts.nix b/flake/hosts.nix index 9be5703..93c0809 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -29,7 +29,7 @@ in "nix-ld" "yubikey" "calibre" - "steam" + "gaming" "direnv" "neovim" "dev" @@ -55,7 +55,7 @@ in "nix-ld" "yubikey" "calibre" - "steam" + "gaming" "initrd-ssh" "direnv" "neovim"