mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #1094 from rogeruiz/rogeruiz/add-slow-motion-allowed-for-dock
Adding option for slow-motion-allowed
This commit is contained in:
commit
4b43b68281
1 changed files with 8 additions and 0 deletions
|
@ -173,6 +173,14 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
system.defaults.dock.slow-motion-allowed = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
Allow for slow-motion minimize effect while holding Shift key. The default is false.
|
||||
'';
|
||||
};
|
||||
|
||||
system.defaults.dock.static-only = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
|
|
Loading…
Reference in a new issue