feat(ops/nixos/camden): Install 'bat' and 'ripgrep' on camden

This commit is contained in:
Vincent Ambo 2020-04-21 22:56:04 +01:00
parent 2ca4287cf0
commit a488bd3702

View file

@ -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 = {