added BTOP

This commit is contained in:
kenji
2025-12-24 22:28:31 -06:00
parent 381c4876d9
commit ad64748ad7
4 changed files with 18 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
{
programs.btop = {
enable = true;
settings = {
vim_keys = true;
};
};
}