diff options
| author | Michael Hoang <Enzime@users.noreply.github.com> | 2024-05-17 09:25:37 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 09:25:37 +1000 |
| commit | ffc01182f90118119930bdfc528c1ee9a39ecef8 (patch) | |
| tree | 34e320293bac1c154fc675309cfef30b49df6ee1 /modules | |
| parent | cb02884fa1ff5a619a44ab5f1bcc4dedd2d623c2 (diff) | |
| parent | de20ea4882e22e50d13ec92e44f9bd52b99b38b6 (diff) | |
Merge pull request #953 from techknowlogick/patch-1
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: |
