From a42623df7afe1a78debd0e2e4468c46c84ae0149 Mon Sep 17 00:00:00 2001 From: isabel Date: Mon, 30 Sep 2024 15:12:13 +0100 Subject: [PATCH] fix: remove deprecated lib.mdDoc --- modules/system/defaults/dock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix index 370d60bc..5c4a4709 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. ''; };