updates to exported modules

This commit is contained in:
John Lancaster
2025-06-30 14:51:13 -05:00
parent e6b5aa359a
commit 3ece748116

View File

@@ -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 ];
};
}; };
}; };
} }