1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

dump(darwin.reduce-motion-nix-darwin): update

This commit is contained in:
RGBCube 2025-06-11 15:49:23 +03:00
parent 87adee2737
commit 2b44e05c05
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -9,7 +9,7 @@ Use this [Nix Darwin](https://github.com/nix-darwin/nix-darwin) module:
{
system.defaults = {
# Reduce window resize animation duration.
NSWindowResizeTime = 0.001;
NSGlobalDomain.NSWindowResizeTime = 0.001;
# Reduce motion.
CustomSystemPreferences."com.apple.Accessibility".ReduceMotionEnabled = 1;