home-manager/dell: Install rg instead of ag as well as gitlab-ci-local
This commit is contained in:
parent
dbe1459fb1
commit
c04f17a4dc
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"*.sql.zst"
|
||||
".direnv/"
|
||||
".venv/"
|
||||
".gitlab-ci-local/"
|
||||
];
|
||||
userName = "fleaz";
|
||||
userEmail = "mail@felixbreidenstein.de";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue