gnome-terminal: allow for 'system' theme variant

PR #1228

(cherry picked from commit 40b1c5c448)
This commit is contained in:
Andrew McDermott 2020-05-10 15:20:40 +01:00 committed by Robert Helgesson
parent 9fea5ac54f
commit cc69c3115f
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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";
};