From a29affb39736d15af141f5cbe151a5e2c6442d6c Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Fri, 13 Mar 2026 13:00:54 -0400 Subject: [PATCH] final --- home/zsh.nix | 31 +++++++++++++++++-------------- modules/homebrew.nix | 3 ++- modules/packages.nix | 5 +++++ 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/home/zsh.nix b/home/zsh.nix index 98e2c4a..f2c80c3 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -77,26 +77,29 @@ source ~/.secrets fi - export PATH="$HOME/.local/bin:$PATH" - export PATH="${pkgs.postgresql_17}/bin:$PATH" - export PATH="$HOME/.opencode/bin:$PATH" - eval "$(zoxide init zsh)" [ -s "$HOME/.bun/_bun" ] && source "$HOME/.bun/_bun" - export PATH="$HOME/.antigravity/antigravity/bin:$PATH" - export BUN_INSTALL="$HOME/.bun" - export PATH="$BUN_INSTALL/bin:$PATH" - export PNPM_HOME="$HOME/Library/pnpm" - case ":$PATH:" in - *":$PNPM_HOME:"*) ;; - *) export PATH="$PNPM_HOME:$PATH" ;; - esac - - export PATH="$HOME/.amp/bin:$PATH" + typeset -U path PATH + path=( + "$HOME/.amp/bin" + "$PNPM_HOME" + "$BUN_INSTALL/bin" + "$HOME/.antigravity/antigravity/bin" + "$HOME/.opencode/bin" + "${pkgs.postgresql_17}/bin" + "$HOME/.local/bin" + "$HOME/.nix-profile/bin" + "/etc/profiles/per-user/${config.home.username}/bin" + "/run/current-system/sw/bin" + "/nix/var/nix/profiles/default/bin" + "/opt/homebrew/bin" + "/opt/homebrew/sbin" + $path + ) unalias ga 2>/dev/null ga() { diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 9195360..5855926 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -5,7 +5,7 @@ onActivation = { autoUpdate = false; upgrade = false; - cleanup = "none"; + cleanup = "uninstall"; }; taps = []; @@ -15,6 +15,7 @@ casks = [ "cap" "raycast" + "riptide-dev" "thebrowsercompany-dia" "wispr-flow" ]; diff --git a/modules/packages.nix b/modules/packages.nix index 575f200..852a097 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -78,6 +78,7 @@ }; in { environment.systemPackages = with pkgs; [ + awscli2 codex coreutils-prefixed delta @@ -87,13 +88,17 @@ in { graphite google-cloud-sdk gwsPackage + helm imagemagickBig + kind + kubectl lazygit libpq librsvg llmfit memex mise + minikube ngrok postgresql_17 redis