consolidated options?

This commit is contained in:
John Lancaster
2025-07-03 23:54:55 -05:00
parent ecfe33d30f
commit 849b7bf3f7
2 changed files with 1 additions and 10 deletions

View File

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