Persistent files, and folders in the dock.
Declarations
Type
null or (list of (attribute-tagged union or (string or absolute path) convertible to it))Default
nullExample
[
./flake.nix
"/Volumes"
{ folder = "/Users/@username@/Downloads"; }
{ folder = { path = "/Users/@username@/.emacs.d"; showas = "grid"; }; }
{ file = "/Users/@username@/Desktop/this_is_a_file"; }
]