parent
e9945ee6ee
commit
40b1c5c448
|
@ -186,7 +186,7 @@ in {
|
||||||
|
|
||||||
themeVariant = mkOption {
|
themeVariant = mkOption {
|
||||||
default = "default";
|
default = "default";
|
||||||
type = types.enum [ "default" "light" "dark" ];
|
type = types.enum [ "default" "light" "dark" "system" ];
|
||||||
description = "The theme variation to request";
|
description = "The theme variation to request";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue