mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
add rust utils
This commit is contained in:
3
cask.nix
3
cask.nix
@@ -16,8 +16,7 @@
|
||||
"docker"
|
||||
"sloth"
|
||||
"vscodium"
|
||||
"hoppscotch"
|
||||
"postman"
|
||||
"bruno"
|
||||
"utm"
|
||||
"balenaetcher"
|
||||
"outerbase-studio"
|
||||
|
@@ -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
|
||||
|
@@ -16,6 +16,7 @@
|
||||
boundary
|
||||
awscli2
|
||||
_1password-cli
|
||||
vault
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user