mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #1096 from isabelroses/fix/mdDoc
fix: remove deprecated lib.mdDoc
This commit is contained in:
commit
f61d5f2051
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ in {
|
|||
system.defaults.dock.slow-motion-allowed = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
description = ''
|
||||
Allow for slow-motion minimize effect while holding Shift key. The default is false.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue