some changes
This commit is contained in:
parent
5d867a0459
commit
ad750ec7a9
|
@ -20,7 +20,13 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
base16Scheme = mkOption {
|
base16Scheme = mkOption {
|
||||||
type = types.str;
|
type = with lib.types;
|
||||||
|
oneOf [
|
||||||
|
path
|
||||||
|
lines
|
||||||
|
attrs
|
||||||
|
];
|
||||||
|
|
||||||
default = config.stylix.generated.palette;
|
default = config.stylix.generated.palette;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue