From ebd66779a3e30e49a22c1756044ed1af1ec275ca Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 22 Nov 2025 10:49:22 +0200 Subject: [PATCH] commented out unfree bs --- modules/userapps/gaming.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modules/userapps/gaming.nix b/modules/userapps/gaming.nix index 8efa74e..42f5ba5 100644 --- a/modules/userapps/gaming.nix +++ b/modules/userapps/gaming.nix @@ -6,11 +6,10 @@ programs.steam = { enable = true; }; - nixpkgs.config.allowUnfreePredicate = pkg: - builtins.elem (lib.getName pkg) [ - "steam" - "steam-original" - "steam-unwrapped" - "steam-run" - ]; + #nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ + # "steam" + # "steam-original" + # "steam-unwrapped" + # "steam-run" + #]; }