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