diff --git a/profiles/core/nix.nix b/profiles/core/nix.nix index f9b3e07..a9d8cb4 100644 --- a/profiles/core/nix.nix +++ b/profiles/core/nix.nix @@ -51,4 +51,8 @@ nixos-option = "nixos-option -I nixpkgs=${self}/lib/compat"; }; }; + + nixpkgs.config = { + allowUnfree = true; + }; }