This commit is contained in:
John Lancaster
2025-07-04 00:04:30 -05:00
parent 7c249ce8d7
commit 874993c18c

View File

@@ -23,7 +23,17 @@
};
mkhomeManagerModules = config: [
self.homeManagerModules.default { inherit (config) extraImports; }
self.homeManagerModules.default
# { inherit (config) extraImports; }
{
user = config.user;
stateVersion = config.stateVersion;
profile = config.profile;
enableShell = config.enableShell;
ssh = config.ssh;
_1password = config._1password;
docker = config.docker;
}
] ++ config.extraImports;
in