updates to exported modules
This commit is contained in:
@@ -55,9 +55,10 @@
|
|||||||
|
|
||||||
# Export modules for reuse in other flakes
|
# Export modules for reuse in other flakes
|
||||||
homeManagerModules = {
|
homeManagerModules = {
|
||||||
default = ./home.nix;
|
default = { ... }: {
|
||||||
john-config = ./home.nix;
|
inherit pkgs;
|
||||||
options-module = optionsModule;
|
modules = [ ./home.nix optionsModule ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user