my NixOS and nix-darwin config

.

+4 -2
+2 -1
hosts/Daedalus/default.nix
··· 55 55 "tailscale-app" 56 56 "GrandPerspective" 57 57 "skim" 58 + # "docker-desktop" 58 59 ]; 59 60 masApps = { 60 61 "whatsapp" = 310633997; ··· 62 63 onActivation = { 63 64 autoUpdate = true; 64 65 upgrade = true; 65 - # cleanup = "zap"; 66 + cleanup = "zap"; 66 67 }; 67 68 }; 68 69
+1 -1
modules/home/prompts/starship/starship.toml
··· 172 172 [custom.jj] 173 173 description = "The current jj status" 174 174 when = "jj --ignore-working-copy root" 175 - symbol = "🥋 " 175 + symbol = "" 176 176 command = ''' 177 177 jj log --revisions @ --no-graph --ignore-working-copy --color always --limit 1 --template ' 178 178 separate(" ",
+1
modules/home/shells/fish/default.nix
··· 75 75 jjbc = "jj bookmark create"; 76 76 jjbm = "jj bookmark move"; 77 77 jjbl = "jj bookmark list"; 78 + jjbt = "jj bookmark track"; 78 79 79 80 jjgf = "jj git fetch"; 80 81 jjgp = "jj git push";