Skip to content

Commit

Permalink
Merge pull request #953 from techknowlogick/patch-1
Browse files Browse the repository at this point in the history
remove final lib.mddoc
  • Loading branch information
Enzime committed May 16, 2024
2 parents cb02884 + de20ea4 commit ffc0118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/defaults/dock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ffc0118

Please sign in to comment.