Added btop

This commit is contained in:
2024-03-05 09:42:18 -04:00
parent 112a6fa60f
commit ca950c8695
2 changed files with 6 additions and 0 deletions

5
home/shell/btop.nix Normal file
View File

@@ -0,0 +1,5 @@
{
programs.btop = {
enable = true;
};
}

View File

@@ -5,6 +5,7 @@
./autojump.nix ./autojump.nix
./bat.nix ./bat.nix
./bottom.nix ./bottom.nix
./btop.nix
./common.nix ./common.nix
./direnv.nix ./direnv.nix
./eza.nix ./eza.nix