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; [
|
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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue