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; [
silver-searcher
ripgrep
fd
subversionClient
tig
@ -34,6 +34,7 @@
google-cloud-sdk
navi
glab
gitlab-ci-local
# for zsh-fzf plugin
fzf

View file

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