Bumps, disable vscode at work

main
mat ess 2023-10-03 19:26:13 -04:00
parent f8639cc8dc
commit 2c0018fdb3
2 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,7 @@ in {
homebrew.global.brewfile = true;
homebrew.taps = [
"homebrew/cask"
"homebrew/cask-drivers"
"homebrew/cask-versions"
"homebrew/core"
"homebrew/services"
"nrlquaker/createzap"
"unisonweb/unison"
@ -39,8 +36,9 @@ in {
homebrew.masApps = {
Bitwarden = 1352778147;
"Draw Things" = 6444050820;
GrandPerspective = 1111570163;
"Reeder 5" = 1529448980;
Reeder = 1529448980;
Spark = 1176895641;
Tailscale = 1475387142;
Xcode = 497799835;

View File

@ -141,6 +141,8 @@
programs.fish.functions.devbox.body = ''
ssh -t devbox "agenttmux attach; or agenttmux new -s yelp"
'';
# vscode is managed externally at work
programs.vscode.enable = lib.mkForce false;
}];
})
];