feat: add btop

This commit is contained in:
lightly-toasted 2025-08-04 21:29:27 +09:00
parent 4eedea3787
commit e042873ced
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
programs.btop = {
enable = true;
settings = {
color_theme = "Default";
vim_keys = true;
};
};
}