mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 07:59:43 +00:00
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:
parent
2ade554397
commit
5b8f3930c2
3 changed files with 8 additions and 8 deletions
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color_theme = "Default";
|
||||
vim_keys = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue