aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 11:32:02 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 11:32:02 -0400
commit2070b29ae3b86654b7a8ad0a09a7ea4c63dfa73a (patch)
tree4df304f9ccc830f4322492c118b11350bb25699b
parent6ad98695409ab789b2b3b15c95de404daf46d1a7 (diff)
Don't follow system settings for reduced motionHEADmain
-rw-r--r--users/ryan/zen/zenPolicies.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/ryan/zen/zenPolicies.nix b/users/ryan/zen/zenPolicies.nix
index 1fbb5e1..8d39689 100644
--- a/users/ryan/zen/zenPolicies.nix
+++ b/users/ryan/zen/zenPolicies.nix
@@ -117,6 +117,7 @@ in
117 "xpinstall.whitelist.required" = lock-true; 117 "xpinstall.whitelist.required" = lock-true;
118 "dom.webgpu.enabled" = lock-true; 118 "dom.webgpu.enabled" = lock-true;
119 "media.eme.enabled" = lock-true; 119 "media.eme.enabled" = lock-true;
120 "ui.preferReducedMotion" = lock-false;
120 "general.autoScroll" = lock-true; 121 "general.autoScroll" = lock-true;
121 "general.smoothScroll" = lock-true; 122 "general.smoothScroll" = lock-true;
122 "browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false; 123 "browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false;