summaryrefslogtreecommitdiff
path: root/tests/system-defaults-write.nix
diff options
context:
space:
mode:
authorNiklas Ravnsborg <niklasravnsborg@gmail.com>2024-09-04 23:03:14 +0200
committerNiklas Ravnsborg <niklasravnsborg@gmail.com>2024-09-16 10:54:05 +0200
commit3b087efcbdb72f89e0c80a3ebdf4e091b7a48e41 (patch)
treee8a52a551a62ee6c4156e95903743953fe9cdbbe /tests/system-defaults-write.nix
parent21fe31f26473c180390cfa81e3ea81aca0204c80 (diff)
add `NSGlobalDomain.AppleSpacesSwitchOnActivate` option
Diffstat (limited to 'tests/system-defaults-write.nix')
-rw-r--r--tests/system-defaults-write.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system-defaults-write.nix b/tests/system-defaults-write.nix
index f91aabe..35750b4 100644
--- a/tests/system-defaults-write.nix
+++ b/tests/system-defaults-write.nix
@@ -11,6 +11,7 @@
system.defaults.NSGlobalDomain.AppleShowAllExtensions = true;
system.defaults.NSGlobalDomain.AppleShowScrollBars = "Always";
system.defaults.NSGlobalDomain.AppleScrollerPagingBehavior = true;
+ system.defaults.NSGlobalDomain.AppleSpacesSwitchOnActivate = false;
system.defaults.NSGlobalDomain.NSAutomaticCapitalizationEnabled = false;
system.defaults.NSGlobalDomain.NSAutomaticInlinePredictionEnabled = false;
system.defaults.NSGlobalDomain.NSAutomaticDashSubstitutionEnabled = false;