@@ -55,9 +55,10 @@
# Export modules for reuse in other flakes
homeManagerModules = {
default = ./home.nix;
john-config = ./home.nix;
options-module = optionsModule;
default = { ... }: {
inherit pkgs;
modules = [ ./home.nix optionsModule ];
};
}
The note is not visible to the blocked user.