Fix undetected allowUnfree shenanigans
This commit is contained in:
+4
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user