feat(home): add btop on host vps and y2q

- Added btop.nix on vps and y2q
- Moved btop.nix from home/modules/graphical/ to home/modules/cli/
- Removed some unnecessary modules from y2q
This commit is contained in:
toast 2025-10-10 16:21:15 +09:00
parent 2ade554397
commit 5b8f3930c2
3 changed files with 8 additions and 8 deletions

View file

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