1
0
Fork 0
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:
Emily 2024-09-30 15:40:10 +01:00 committed by GitHub
commit f61d5f2051
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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