refactor: compose hosts and home-manager features explicitly
This commit is contained in:
@@ -3,7 +3,14 @@ let
|
||||
homeModules = config.flake.modules.homeManager;
|
||||
in
|
||||
{
|
||||
flake.modules.homeManager."ergon-workstation" = {
|
||||
imports = [ homeModules.nix ];
|
||||
flake.modules.homeManager.ergon-workstation = {
|
||||
imports = [
|
||||
homeModules.cli-base
|
||||
homeModules.desktop-session
|
||||
homeModules.personal-productivity
|
||||
homeModules.ssh-client
|
||||
homeModules.sops
|
||||
homeModules.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user