diff --git a/modules/system/defaults/universalaccess.nix b/modules/system/defaults/universalaccess.nix index 51a1fb7c3..8d012e6f8 100644 --- a/modules/system/defaults/universalaccess.nix +++ b/modules/system/defaults/universalaccess.nix @@ -15,6 +15,14 @@ with lib; ''; }; + system.defaults.universalaccess.reduceMotion = mkOption { + type = types.nullOr types.bool; + default = null; + description = lib.mdDoc '' + Disable animation when switching screens or opening apps + ''; + }; + system.defaults.universalaccess.reduceTransparency = mkOption { type = types.nullOr types.bool; default = null;