From 0fd739bd014280c40096e899be3612f09bbff931 Mon Sep 17 00:00:00 2001 From: swaphb Date: Wed, 8 Jan 2025 22:51:56 -0500 Subject: [PATCH] setup shared dock apps --- modules/darwin/system/appearance.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/modules/darwin/system/appearance.nix b/modules/darwin/system/appearance.nix index 2bae3e7..72163cf 100644 --- a/modules/darwin/system/appearance.nix +++ b/modules/darwin/system/appearance.nix @@ -6,13 +6,19 @@ orientation = "bottom"; persistent-apps = [ /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 ]; persistent-others = [ - # Add your persistent others here - "~/Documents" "~/code" + "~/Downloads" + # Add your persistent others here ]; show-recents = false; tilesize = 36; # Set the icon size on the dock; default is 64