From 1f4af9c3ba8d77dffff95dd10aad4423d3db86b3 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 12 Nov 2022 22:00:10 +0100 Subject: [PATCH] steam: Fix issue with steam-run --- lib/baseSystem.nix | 2 +- modules/programs/gaming/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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