Correct enum values for system.defaults.NSGlobalDomain.AppleIconAppearanceTheme

This commit is contained in:
Quintus Cardozo 2025-09-21 13:59:38 +10:00 committed by GitHub
parent 7be9c1b136
commit 5206a9fd30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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