steam: Add steam-unwrapped to allowed unfree packages

This commit is contained in:
Charlotte Van Petegem 2024-10-19 15:30:57 +02:00
parent 7c1b7929ef
commit 760b13ef34
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

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