refactor: use terminal package attr paths with shared resolver
This commit is contained in:
@@ -42,8 +42,8 @@ let
|
||||
type = lib.types.str;
|
||||
};
|
||||
|
||||
terminalPackageAttr = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
terminalPackagePath = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.str;
|
||||
};
|
||||
|
||||
nixosConfigurationPath = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user