mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 05:18:17 +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 {
|
system.defaults.dock.slow-motion-allowed = mkOption {
|
||||||
type = types.nullOr types.bool;
|
type = types.nullOr types.bool;
|
||||||
default = null;
|
default = null;
|
||||||
description = lib.mdDoc ''
|
description = ''
|
||||||
Allow for slow-motion minimize effect while holding Shift key. The default is false.
|
Allow for slow-motion minimize effect while holding Shift key. The default is false.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue