refactor: centralize workstation HM base and derive terminal from user metadata
This commit is contained in:
@@ -4,13 +4,6 @@ let
|
||||
in
|
||||
{
|
||||
flake.modules.homeManager.ergon-workstation = {
|
||||
imports = [
|
||||
homeModules.cli-base
|
||||
homeModules.desktop-session
|
||||
homeModules.personal-productivity
|
||||
homeModules.ssh-client
|
||||
homeModules.sops
|
||||
homeModules.nix
|
||||
];
|
||||
imports = [ homeModules.workstation-base ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user