Fix undetected allowUnfree shenanigans

This commit is contained in:
Greg Hellings
2025-02-04 08:21:58 -06:00
parent 4d39514d80
commit a2c7890c4d
4 changed files with 5 additions and 12 deletions
+4 -1
View File
@@ -13,7 +13,10 @@ rec {
in
top.hmunstable.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
modules = [
../modules/nix-conf.nix
./home.nix
];
extraSpecialArgs = {
inherit top;
nixvim = top.nixvimunstable;