steam: Add steam-unwrapped to allowed unfree packages
This commit is contained in:
parent
7c1b7929ef
commit
760b13ef34
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
};
|
};
|
||||||
services.pipewire.alsa.support32Bit = true;
|
services.pipewire.alsa.support32Bit = true;
|
||||||
chvp.base = {
|
chvp.base = {
|
||||||
nix.unfreePackages = [ "steam" "steam-original" "steam-runtime" "steam-run" ];
|
nix.unfreePackages = [ "steam" "steam-original" "steam-runtime" "steam-run" "steam-unwrapped" ];
|
||||||
zfs.homeLinks = [
|
zfs.homeLinks = [
|
||||||
{ path = ".paradoxlauncher"; type = "cache"; }
|
{ path = ".paradoxlauncher"; type = "cache"; }
|
||||||
{ path = ".steam"; type = "cache"; }
|
{ path = ".steam"; type = "cache"; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue