feat: rename steam to gaming and add prismlauncher

This commit is contained in:
2026-04-07 13:28:51 +02:00
parent dd4fc4eff3
commit a08f824d0e
2 changed files with 5 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
{
nixos = _: {
nixos = {pkgs, ...} : {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
};
environment.systemPackages = [ pkgs.prismlauncher ];
};
}

View File

@@ -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"