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
|
||||
(with nixpkgs; [
|
||||
bat
|
||||
curl
|
||||
direnv
|
||||
emacs26-nox
|
||||
|
@ -115,6 +116,7 @@ in lib.fix(self: {
|
|||
jq
|
||||
pass
|
||||
pciutils
|
||||
ripgrep
|
||||
]);
|
||||
|
||||
users = {
|
||||
|
|
Loading…
Reference in a new issue