refactor: centralize host and user metadata
This commit is contained in:
@@ -3,17 +3,17 @@ let
|
||||
homeModules = config.flake.modules.homeManager;
|
||||
in
|
||||
{
|
||||
flake.modules.homeManager.userBase = {
|
||||
imports = with homeModules; [
|
||||
terminal
|
||||
shell
|
||||
neovim
|
||||
sshClient
|
||||
sopsAdmin
|
||||
git
|
||||
devTools
|
||||
podman
|
||||
gemini
|
||||
flake.modules.homeManager."user-base" = {
|
||||
imports = [
|
||||
homeModules.terminal
|
||||
homeModules.shell
|
||||
homeModules.neovim
|
||||
homeModules."ssh-client"
|
||||
homeModules."sops-admin"
|
||||
homeModules.git
|
||||
homeModules."dev-tools"
|
||||
homeModules.podman
|
||||
homeModules.gemini
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user