fix
This commit is contained in:
@@ -102,7 +102,7 @@ let
|
||||
palette = mkOption { type = types.attrsOf types.str; };
|
||||
};
|
||||
};
|
||||
default = import ../colors;
|
||||
default = (import ../colors).colorScheme;
|
||||
};
|
||||
containers = mkOption {
|
||||
type = types.attrsOf (types.submodule {
|
||||
|
||||
Reference in New Issue
Block a user