Compare commits

..

2 Commits

Author SHA1 Message Date
0fd739bd01 setup shared dock apps 2025-01-08 22:51:56 -05:00
c42d5605a8 add ghostty 2025-01-08 22:50:52 -05:00
2 changed files with 10 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
"utm" "utm"
"localsend" "localsend"
"joplin" "joplin"
"ghostty"
]; ];
masApps = { masApps = {
"1Password for Safari" = 1569813296; "1Password for Safari" = 1569813296;

View File

@@ -6,13 +6,19 @@
orientation = "bottom"; orientation = "bottom";
persistent-apps = [ persistent-apps = [
/Applications/Safari.app /Applications/Safari.app
/System/Applications/Utilities/Terminal.app /Applications/Ghostty.app
"/${pkgs.vscode}/Applications/Visual Studio Code.app" # Use the nixpkgs path to the app for apps installed via nix. This will automatically use the latest nix store path.
"/${pkgs.lens}/Applications/Lens.app"
"/${pkgs.slack}/Applications/Slack.app"
"/${pkgs.discord}/Applications/Discord.app"
"/${pkgs.spotify}/Applications/Spotify.app"
"/Applications/joplin.app"
# Add your persistent apps here # Add your persistent apps here
]; ];
persistent-others = [ persistent-others = [
# Add your persistent others here
"~/Documents"
"~/code" "~/code"
"~/Downloads"
# Add your persistent others here
]; ];
show-recents = false; show-recents = false;
tilesize = 36; # Set the icon size on the dock; default is 64 tilesize = 36; # Set the icon size on the dock; default is 64