From 90bad50a9022fef2334e465073653fb293d84ef5 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Wed, 6 Nov 2024 11:02:14 +0100 Subject: [PATCH] pkgs: allow nonfree --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9d01057..1309dea 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,7 @@ in ./home.nix ]; - nixpkgs.config.allowUnfree = true; + upkgs.config.allowUnfree = true; # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with upkgs; [