From a08f824d0ebf6d3ad50f8ef51fc869469a4a8a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Tue, 7 Apr 2026 13:28:51 +0200 Subject: [PATCH] feat: rename steam to gaming and add prismlauncher --- features/{steam.nix => gaming.nix} | 4 +++- flake/hosts.nix | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename features/{steam.nix => gaming.nix} (69%) 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"