Update global packages

This commit is contained in:
Joseph Hanson 2024-05-11 09:05:25 -05:00
parent e66bbf0042
commit 6c91e157ec
2 changed files with 7 additions and 4 deletions

View file

@ -44,6 +44,7 @@ with config;
python3 python3
fzf fzf
ripgrep ripgrep
vim
# terminal file managers # terminal file managers
nnn nnn
@ -75,12 +76,10 @@ with config;
iotop # io monitoring iotop # io monitoring
iftop # network monitoring iftop # network monitoring
# utils # dev utils
direnv # shell environment management direnv # shell environment management
pre-commit # Pre-commit tasks for git
minio-client # S3 management
shellcheck
envsubst envsubst
lazygit
# nix tools # nix tools
nvd nvd

View file

@ -34,6 +34,10 @@ with config;
# cli # cli
brightnessctl brightnessctl
# dev utils
pre-commit # Pre-commit tasks for git
minio-client # S3 management
shellcheck
]; ];
}; };