Correct enum values for system.defaults.NSGlobalDomain.AppleIconAppearanceTheme
This commit is contained in:
parent
7be9c1b136
commit
5206a9fd30
3 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ in {
|
|||
};
|
||||
|
||||
system.defaults.NSGlobalDomain.AppleIconAppearanceTheme = mkOption {
|
||||
type = types.nullOr (types.enum [ "DarkRegular" "DarkAutomatic" "ClearLight" "Clear Dark" "Clear Automatic" "TintedLight" "TintedDark" "TintedAutomatic" ]);
|
||||
type = types.nullOr (types.enum [ "RegularDark" "RegularAutomatic" "ClearLight" "ClearDark" "ClearAutomatic" "TintedLight" "TintedDark" "TintedAutomatic" ]);
|
||||
default = null;
|
||||
description = ''
|
||||
Set icon and widget style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue