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;
};
}