mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Add persistent-apps to dock
This commit is contained in:
@@ -34,15 +34,18 @@
|
|||||||
|
|
||||||
dock = {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
autohide-delay = 0.0;
|
|
||||||
autohide-time-modifier = 1.0;
|
|
||||||
tilesize = 50;
|
tilesize = 50;
|
||||||
static-only = false;
|
|
||||||
showhidden = false;
|
|
||||||
show-recents = false;
|
|
||||||
show-process-indicators = true;
|
|
||||||
orientation = "bottom";
|
orientation = "bottom";
|
||||||
mru-spaces = false;
|
persistent-apps = [
|
||||||
|
"/Applications/Ghostty.app"
|
||||||
|
"/Applications/Google Chrome.app"
|
||||||
|
"/Applications/LibreWolf.app"
|
||||||
|
"/Applications/Logseq.app"
|
||||||
|
"/Applications/Slack.app"
|
||||||
|
"/Applications/Spotify.app"
|
||||||
|
"/Applications/Visual Studio Code.app"
|
||||||
|
"/Applications/zoom.us.app"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
|
Reference in New Issue
Block a user