diff options
| author | isabel <isabel@isabelroses.com> | 2024-09-30 15:12:13 +0100 |
|---|---|---|
| committer | isabel <isabel@isabelroses.com> | 2024-09-30 15:12:13 +0100 |
| commit | a42623df7afe1a78debd0e2e4468c46c84ae0149 (patch) | |
| tree | 9710ed1c3eaf7b25d0f9d727da146c65ae6b3b63 /modules/system | |
| parent | 4b43b68281fd1a332c2aec8fbc077d92ca352c3e (diff) | |
fix: remove deprecated lib.mdDoc
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/defaults/dock.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix index 370d60b..5c4a470 100644 --- a/modules/system/defaults/dock.nix +++ b/modules/system/defaults/dock.nix @@ -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. ''; }; |
