Update global packages
This commit is contained in:
parent
e66bbf0042
commit
6c91e157ec
2 changed files with 7 additions and 4 deletions
|
@ -44,6 +44,7 @@ with config;
|
|||
python3
|
||||
fzf
|
||||
ripgrep
|
||||
vim
|
||||
|
||||
# terminal file managers
|
||||
nnn
|
||||
|
@ -75,12 +76,10 @@ with config;
|
|||
iotop # io monitoring
|
||||
iftop # network monitoring
|
||||
|
||||
# utils
|
||||
# dev utils
|
||||
direnv # shell environment management
|
||||
pre-commit # Pre-commit tasks for git
|
||||
minio-client # S3 management
|
||||
shellcheck
|
||||
envsubst
|
||||
lazygit
|
||||
|
||||
# nix tools
|
||||
nvd
|
||||
|
|
|
@ -34,6 +34,10 @@ with config;
|
|||
# cli
|
||||
brightnessctl
|
||||
|
||||
# dev utils
|
||||
pre-commit # Pre-commit tasks for git
|
||||
minio-client # S3 management
|
||||
shellcheck
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Reference in a new issue