feat(ops/nixos/camden): Install 'bat' and 'ripgrep' on camden
This commit is contained in:
parent
2ca4287cf0
commit
a488bd3702
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ in lib.fix(self: {
|
||||||
|
|
||||||
# programs from nixpkgs
|
# programs from nixpkgs
|
||||||
(with nixpkgs; [
|
(with nixpkgs; [
|
||||||
|
bat
|
||||||
curl
|
curl
|
||||||
direnv
|
direnv
|
||||||
emacs26-nox
|
emacs26-nox
|
||||||
|
@ -115,6 +116,7 @@ in lib.fix(self: {
|
||||||
jq
|
jq
|
||||||
pass
|
pass
|
||||||
pciutils
|
pciutils
|
||||||
|
ripgrep
|
||||||
]);
|
]);
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
|
|
Loading…
Reference in a new issue