diff options
| author | techknowlogick <techknowlogick@gitea.com> | 2024-05-16 12:48:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-16 12:48:56 -0400 |
| commit | de20ea4882e22e50d13ec92e44f9bd52b99b38b6 (patch) | |
| tree | 34e320293bac1c154fc675309cfef30b49df6ee1 /modules | |
| parent | cb02884fa1ff5a619a44ab5f1bcc4dedd2d623c2 (diff) | |
remove final lib.mddoc
Diffstat (limited to 'modules')
| -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 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: |
