diff options
| author | Ricardo Pinto <hessian_loom_0u@icloud.com> | 2024-05-15 07:49:00 +0100 |
|---|---|---|
| committer | Ricardo Pinto <hessian_loom_0u@icloud.com> | 2024-05-15 07:49:00 +0100 |
| commit | 93913d14a310efc40fc84d58d278b96c73c37c65 (patch) | |
| tree | d6c4265c778b4fbd393e9f1141fc10a91375c082 /tests/system-defaults-write.nix | |
| parent | e1cacc63e6e324ae95e65e8aaea62dec74686208 (diff) | |
Add file or directory tile to Dock persistent others
Diffstat (limited to 'tests/system-defaults-write.nix')
| -rw-r--r-- | tests/system-defaults-write.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system-defaults-write.nix b/tests/system-defaults-write.nix index e17d950..7624bba 100644 --- a/tests/system-defaults-write.nix +++ b/tests/system-defaults-write.nix @@ -47,7 +47,7 @@ system.defaults.dock.autohide-delay = 0.24; system.defaults.dock.orientation = "left"; system.defaults.dock.persistent-apps = ["MyApp.app" "Cool.app"]; - system.defaults.dock.persistent-others = ["~/Documents" "~/Downloads"]; + system.defaults.dock.persistent-others = ["~/Documents" "~/Downloads/file.txt"]; system.defaults.screencapture.location = "/tmp"; system.defaults.screensaver.askForPassword = true; system.defaults.screensaver.askForPasswordDelay = 5; |
