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:
parent
4b9b83d5a9
commit
6c40798934
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue