steam: Fix issue with steam-run
This commit is contained in:
parent
524f2bdc9d
commit
1f4af9c3ba
@ -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"
|
||||
|
@ -20,7 +20,7 @@ in {
|
||||
];
|
||||
})
|
||||
|
||||
steam-wrapped # Custom package
|
||||
#steam-wrapped # Custom package
|
||||
|
||||
gamescope
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user