mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
remove final lib.mddoc
This commit is contained in:
parent
cb02884fa1
commit
de20ea4882
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue