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