steam: Fix issue with steam-run

This commit is contained in:
PapaTutuWawa 2022-11-12 22:00:10 +01:00
parent 524f2bdc9d
commit 1f4af9c3ba
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ in {
# We don't tolerate non-free software, except for Steam and Linux firmware
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"firmwareLinuxNonfree" "microcodeAmd" "microcodeIntel"
"steam" "steam-original" "steam-runtime"
"steam" "steam-original" "steam-runtime" "steam-run"
"discord" "discord-canary"
"minecraft"
"spotify" "spotify-unwrapped"

View File

@ -20,7 +20,7 @@ in {
];
})
steam-wrapped # Custom package
#steam-wrapped # Custom package
gamescope