From de20ea4882e22e50d13ec92e44f9bd52b99b38b6 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 16 May 2024 12:48:56 -0400 Subject: remove final lib.mddoc --- modules/system/defaults/dock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/defaults/dock.nix b/modules/system/defaults/dock.nix index b48486e..8c9741c 100644 --- a/modules/system/defaults/dock.nix +++ b/modules/system/defaults/dock.nix @@ -140,7 +140,7 @@ in { type = types.nullOr (types.listOf (types.either types.path types.str)); default = null; example = [ "~/Documents" "~/Downloads" ]; - description = lib.mdDoc '' + description = '' Persistent folders in the dock. ''; apply = value: -- cgit v1.2.3