add rust utils

This commit is contained in:
2025-05-23 15:21:11 +02:00
parent 4ec39b7ab3
commit 00c61fe4a1
3 changed files with 12 additions and 4 deletions

View File

@@ -16,8 +16,7 @@
"docker" "docker"
"sloth" "sloth"
"vscodium" "vscodium"
"hoppscotch" "bruno"
"postman"
"utm" "utm"
"balenaetcher" "balenaetcher"
"outerbase-studio" "outerbase-studio"

View File

@@ -19,10 +19,19 @@ with pkgs;
tree tree
wget wget
woff2 woff2
bat
rsync rsync
yq yq
# Rust utils
bat
eza
ripgrep
ripgrep-all
zoxide
uutils-coreutils-noprefix
dust
yazi
# Dev # Dev
devenv devenv
nixpacks nixpacks
@@ -38,7 +47,6 @@ with pkgs;
lua lua
luajitPackages.luarocks luajitPackages.luarocks
ast-grep ast-grep
ripgrep
# Language specific # Language specific
nixfmt-rfc-style nixfmt-rfc-style

View File

@@ -16,6 +16,7 @@
boundary boundary
awscli2 awscli2
_1password-cli _1password-cli
vault
]; ];
}; };
} }