consolidated options?
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user