feat: HomeManager | add btop

This commit is contained in:
2025-02-12 12:11:55 +05:00
parent adb981a4d0
commit 3c6e603418
2 changed files with 8 additions and 0 deletions

View File

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