1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

fix: remove deprecated lib.mdDoc

This commit is contained in:
isabel 2024-09-30 15:12:13 +01:00
parent 4b43b68281
commit a42623df7a
No known key found for this signature in database
GPG key ID: 5A87C993E20D89A1

View file

@ -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.
'';
};