From abf5c8e7a006de3cac5ac0518bd1a7d658492a2e Mon Sep 17 00:00:00 2001 From: rogueking Date: Tue, 9 Sep 2025 15:29:36 -0700 Subject: [PATCH] added a way to trackdown nix store culprits --- home-manager/commands/commands.nix | 4 +++- hosts/eva-02/configuration.nix | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home-manager/commands/commands.nix b/home-manager/commands/commands.nix index b05120b..7e63242 100644 --- a/home-manager/commands/commands.nix +++ b/home-manager/commands/commands.nix @@ -24,8 +24,8 @@ age-plugin-1p age-plugin-yubikey agedu - bat b3sum + bat btop cbonsai curl @@ -37,9 +37,11 @@ fzf gemini-cli git-filter-repo + graphviz jq kitty lazygit + nix-du nmap ocamlPackages.utop opencode diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index 7ff32c6..3ca4e5e 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -82,6 +82,7 @@ casks = [ "1password" "1password-cli" + "bambu-studio" "blender" "brave-browser" "ghostty"