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: [ mkhomeManagerModules = config: [
self.homeManagerModules.default { self.homeManagerModules.default config
user = config.user;
stateVersion = config.stateVersion;
profile = config.profile;
enableShell = config.enableShell;
ssh = config.ssh;
_1password = config._1password;
docker = config.docker;
}
] ++ config.extraImports; ] ++ config.extraImports;
in in

View File

@@ -6,7 +6,6 @@
./homeManagerModules/shell.nix ./homeManagerModules/shell.nix
./homeManagerModules/ssh.nix ./homeManagerModules/ssh.nix
./homeManagerModules/docker.nix ./homeManagerModules/docker.nix
# inputs._1password-shell-plugins.hmModules.default
]; ];
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.