From 04f6f2759e316537e4b8424824b197768e472ff5 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 17 Dec 2025 12:47:26 -0500 Subject: make unfree explicit and add more fonts --- system/gaming/steam.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'system/gaming') diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index ada0aaf..2364291 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -7,12 +7,12 @@ cfg = config.gaming.steam; in { config = mkIf cfg.enable { - nixpkgs.config.allowUnfreePredicate = pkg: - builtins.elem (lib.getName pkg) [ - "steam" - "steam-original" - "steam-runtime" - ]; + unfreePackages = [ + "steam" + "steam-original" + "steam-runtime" + "steam-unwrapped" + ]; programs.gamescope = { enable = true; @@ -28,7 +28,6 @@ in { }; # controllers - hardware.xone.enable = true; hardware.steam-hardware.enable = true; # cod -- cgit v1.2.3-freya