1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Adding reduce motion option

This commit is contained in:
Mike Hume 2023-11-29 21:13:20 -10:00
parent 4b9b83d5a9
commit 6c40798934

View file

@ -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;