mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
Merge pull request #953 from techknowlogick/patch-1
remove final lib.mddoc
This commit is contained in:
commit
ffc01182f9
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…
Add table
Reference in a new issue