system.defaults.dock.persistent-others

Persistent files, and folders in the dock.

Type
null or (list of (attribute-tagged union with choices: file, folder or (string or absolute path) convertible to it))
Default
null
Example
[
  ./flake.nix
  "/Volumes"
  { folder = "/Users/@username@/Downloads"; }
  { folder = { path = "/Users/@username@/.emacs.d"; showas = "grid"; }; }
  { file = "/Users/@username@/Desktop/this_is_a_file"; }      
]
Declared
<nix-darwin/modules/system/defaults/dock.nix>