summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/defaults/NSGlobalDomain.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/defaults/NSGlobalDomain.nix b/modules/system/defaults/NSGlobalDomain.nix
index 6e3d4db..1115e0c 100644
--- a/modules/system/defaults/NSGlobalDomain.nix
+++ b/modules/system/defaults/NSGlobalDomain.nix
@@ -47,6 +47,14 @@ in {
'';
};
+ system.defaults.NSGlobalDomain.AppleInterfaceStyleSwitchesAutomatically = mkOption {
+ type = types.nullOr types.bool;
+ default = null;
+ description = ''
+ Whether to automatically switch between light and dark mode. The default is false.
+ '';
+ };
+
system.defaults.NSGlobalDomain.AppleKeyboardUIMode = mkOption {
type = types.nullOr (types.enum [ 3 ]);
default = null;