updates dnsc-work config

This commit is contained in:
Dennis 2025-06-03 12:42:12 +02:00
parent be9821eeab
commit 73a868bf58

View file

@ -47,6 +47,14 @@
nil nil
nurl nurl
shellcheck shellcheck
lazygit
ffmpeg
tree-sitter
zoxide
sqlite
fnm
imagemagick
rsync
]; ];
# Homebrew # Homebrew
@ -55,6 +63,7 @@
onActivation = { onActivation = {
autoUpdate = true; autoUpdate = true;
upgrade = true;
cleanup = "zap"; cleanup = "zap";
}; };
@ -65,16 +74,6 @@
brews = [ brews = [
"mas" "mas"
"lazygit"
"ffmpeg"
"tree-sitter"
"yt-dlp"
"zoxide"
"sqlite"
# "rsync" -> Can't install due to: https://github.com/fastlane/fastlane/discussions/27962
"fnm"
"imagemagick"
"todo-txt"
"watchman" "watchman"
"pnpm" "pnpm"
"pkg-config" "pkg-config"