From 34c7f8ad58d3eb5f9ad0a0c3079d3016aa8e835d Mon Sep 17 00:00:00 2001 From: ene Date: Fri, 3 Feb 2023 17:04:15 +0100 Subject: Fix(packages): Added an "unfree" exception for steam --- system/packages/packages.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system/packages') diff --git a/system/packages/packages.nix b/system/packages/packages.nix index 7df0adc7..b0402580 100644 --- a/system/packages/packages.nix +++ b/system/packages/packages.nix @@ -260,6 +260,12 @@ with pkgs; let else builtins.attrValues x else [x]; in { + nixpkgs.config.allowUnfreePredicate = pkg: + builtins.elem (lib.getName pkg) [ + "steam" + "steam-original" + ]; + environment.systemPackages = with builtins; concatLists (concatLists [ -- cgit 1.4.1