diff --git a/lib/baseSystem.nix b/lib/baseSystem.nix index bf87fd8..d1853ac 100644 --- a/lib/baseSystem.nix +++ b/lib/baseSystem.nix @@ -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" diff --git a/modules/programs/gaming/default.nix b/modules/programs/gaming/default.nix index 4828196..8205f6b 100644 --- a/modules/programs/gaming/default.nix +++ b/modules/programs/gaming/default.nix @@ -20,7 +20,7 @@ in { ]; }) - steam-wrapped # Custom package + #steam-wrapped # Custom package gamescope