Skip to content

Commit

Permalink
Adding reduce motion option
Browse files Browse the repository at this point in the history
  • Loading branch information
mhumeSF committed Dec 1, 2023
1 parent 4b9b83d commit 3aba47c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/system/defaults/universalaccess.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3aba47c

Please sign in to comment.