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