diff --git a/core/system/default.nix b/core/system/default.nix index f6ed12a..868694f 100644 --- a/core/system/default.nix +++ b/core/system/default.nix @@ -19,4 +19,6 @@ ]; time.timeZone = lib.mkDefault config.nomarchy.system.timezone; + + nixpkgs.config.allowUnfree = true; } diff --git a/features/default.nix b/features/default.nix index 9d3b086..87fc689 100644 --- a/features/default.nix +++ b/features/default.nix @@ -44,6 +44,8 @@ in colorScheme = lib.mkDefault (nomarchyLib.getColorScheme config.nomarchy.theme); + nixpkgs.config.allowUnfree = true; + # Enable neovim program module (required for stylix integration) programs.neovim.enable = lib.mkDefault true;