feat(ops/nixos/camden): Install pounce on camden
This commit is contained in:
parent
5bfd2f70ad
commit
1b31b47ef1
1 changed files with 8 additions and 1 deletions
|
|
@ -92,7 +92,14 @@ in pkgs.lib.fix(self: {
|
||||||
|
|
||||||
# programs from nixpkgs
|
# programs from nixpkgs
|
||||||
(with nixpkgs; [
|
(with nixpkgs; [
|
||||||
curl emacs26-nox gnupg pass pciutils direnv
|
curl
|
||||||
|
direnv
|
||||||
|
emacs26-nox
|
||||||
|
gnupg
|
||||||
|
htop
|
||||||
|
pass
|
||||||
|
pciutils
|
||||||
|
pounce
|
||||||
]);
|
]);
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue