MyNixOS website logo
option

system.defaults.dock.persistent-others

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
    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"; }      
    ]