From 00c61fe4a1ef5f90167e9a68ee1c14b02f9acb46 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Fri, 23 May 2025 15:21:11 +0200 Subject: [PATCH] add rust utils --- cask.nix | 3 +-- home/pkgs.nix | 12 ++++++++++-- hosts/mac16.nix | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/cask.nix b/cask.nix index faba933..005d044 100644 --- a/cask.nix +++ b/cask.nix @@ -16,8 +16,7 @@ "docker" "sloth" "vscodium" - "hoppscotch" - "postman" + "bruno" "utm" "balenaetcher" "outerbase-studio" diff --git a/home/pkgs.nix b/home/pkgs.nix index f6d5f9b..1225bbc 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -19,10 +19,19 @@ with pkgs; tree wget woff2 - bat rsync yq + # Rust utils + bat + eza + ripgrep + ripgrep-all + zoxide + uutils-coreutils-noprefix + dust + yazi + # Dev devenv nixpacks @@ -38,7 +47,6 @@ with pkgs; lua luajitPackages.luarocks ast-grep - ripgrep # Language specific nixfmt-rfc-style diff --git a/hosts/mac16.nix b/hosts/mac16.nix index 27d54c0..b27e14c 100644 --- a/hosts/mac16.nix +++ b/hosts/mac16.nix @@ -16,6 +16,7 @@ boundary awscli2 _1password-cli + vault ]; }; }