home-manager/dell: Install rg instead of ag as well as gitlab-ci-local

This commit is contained in:
fleaz 2025-06-02 17:30:34 +02:00
parent dbe1459fb1
commit c04f17a4dc
2 changed files with 3 additions and 1 deletions

View file

@ -17,7 +17,7 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
silver-searcher ripgrep
fd fd
subversionClient subversionClient
tig tig
@ -34,6 +34,7 @@
google-cloud-sdk google-cloud-sdk
navi navi
glab glab
gitlab-ci-local
# for zsh-fzf plugin # for zsh-fzf plugin
fzf fzf

View file

@ -10,6 +10,7 @@
"*.sql.zst" "*.sql.zst"
".direnv/" ".direnv/"
".venv/" ".venv/"
".gitlab-ci-local/"
]; ];
userName = "fleaz"; userName = "fleaz";
userEmail = "mail@felixbreidenstein.de"; userEmail = "mail@felixbreidenstein.de";