From 760b13ef348ca8961925399d19ff787484bc390c Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 19 Oct 2024 15:30:57 +0200 Subject: [PATCH] steam: Add steam-unwrapped to allowed unfree packages --- modules/nixos/games/steam/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/games/steam/default.nix b/modules/nixos/games/steam/default.nix index b28bfdf9..e80ca782 100644 --- a/modules/nixos/games/steam/default.nix +++ b/modules/nixos/games/steam/default.nix @@ -13,7 +13,7 @@ }; services.pipewire.alsa.support32Bit = true; chvp.base = { - nix.unfreePackages = [ "steam" "steam-original" "steam-runtime" "steam-run" ]; + nix.unfreePackages = [ "steam" "steam-original" "steam-runtime" "steam-run" "steam-unwrapped" ]; zfs.homeLinks = [ { path = ".paradoxlauncher"; type = "cache"; } { path = ".steam"; type = "cache"; }