defaults: update docs for AppleInterfaceStyle (#1445)

This commit is contained in:
Michael Hoang 2025-05-15 18:28:21 +10:00 committed by GitHub
commit b6fff20c69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,12 @@ in {
type = types.nullOr (types.enum [ "Dark" ]);
default = null;
description = ''
Set to 'Dark' to enable dark mode, or leave unset for normal mode.
Set to 'Dark' to enable dark mode.
To set to light mode, set this to `null` and you'll need to manually run
{command}`defaults delete -g AppleInterfaceStyle`.
This option requires logging out and logging back in to apply.
'';
};