refactor: centralize workstation HM base and derive terminal from user metadata
This commit is contained in:
@@ -35,6 +35,10 @@ let
|
||||
type = lib.types.str;
|
||||
};
|
||||
|
||||
terminalPackageAttr = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
};
|
||||
|
||||
nixosConfigurationPath = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "${config.homeDirectory}/.config/nixos";
|
||||
|
||||
Reference in New Issue
Block a user