diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 4a13182..152983e 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -47,6 +47,14 @@ nil nurl shellcheck + lazygit + ffmpeg + tree-sitter + zoxide + sqlite + fnm + imagemagick + rsync ]; # Homebrew @@ -55,6 +63,7 @@ onActivation = { autoUpdate = true; + upgrade = true; cleanup = "zap"; }; @@ -65,16 +74,6 @@ brews = [ "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" "pnpm" "pkg-config"