mirror of
https://github.com/nix-community/home-manager
synced 2025-01-09 10:39:49 +01:00
gnome-terminal: allow for 'system' theme variant
PR #1228
(cherry picked from commit 40b1c5c448
)
This commit is contained in:
parent
9fea5ac54f
commit
cc69c3115f
1 changed files with 1 additions and 1 deletions
|
@ -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