diff options
author | EuAndreh <eu@euandre.org> | 2021-06-12 19:33:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-12 19:33:55 -0300 |
commit | c031ddb059d1b691e23aaf88224f931188612ef3 (patch) | |
tree | 59cb591134105efb96c1e23774d74a8f702d698a | |
parent | aux/: Update files (diff) | |
download | toph-c031ddb059d1b691e23aaf88224f931188612ef3.tar.gz toph-c031ddb059d1b691e23aaf88224f931188612ef3.tar.xz |
servers/nixvps/configuration.nix: Add bpytop package (bashtop replacement)
-rw-r--r-- | servers/nixvps/configuration.nix | 2 |
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"; }; }; |