aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 19:33:55 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 19:33:55 -0300
commitc031ddb059d1b691e23aaf88224f931188612ef3 (patch)
tree59cb591134105efb96c1e23774d74a8f702d698a
parentaux/: Update files (diff)
downloadtoph-c031ddb059d1b691e23aaf88224f931188612ef3.tar.gz
toph-c031ddb059d1b691e23aaf88224f931188612ef3.tar.xz
servers/nixvps/configuration.nix: Add bpytop package (bashtop replacement)
-rw-r--r--servers/nixvps/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/nixvps/configuration.nix b/servers/nixvps/configuration.nix
index 14b36f9..629999f 100644
--- a/servers/nixvps/configuration.nix
+++ b/servers/nixvps/configuration.nix
@@ -40,7 +40,7 @@ in {
ln -s $out/bin/tcc $out/bin/c99
'';
});
- in with pkgs; [ vim git gitAndTools.git-annex gnumake c99 ];
+ in with pkgs; [ vim git gitAndTools.git-annex gnumake c99 bpytop ];
shellAliases = { l = "ls -lahF"; };
};