mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-13 20:29:58 +00:00
parent
e9945ee6ee
commit
40b1c5c448
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ in {
|
|||
|
||||
themeVariant = mkOption {
|
||||
default = "default";
|
||||
type = types.enum [ "default" "light" "dark" ];
|
||||
type = types.enum [ "default" "light" "dark" "system" ];
|
||||
description = "The theme variation to request";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue