mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
- Added btop.nix on vps and y2q - Moved btop.nix from home/modules/graphical/ to home/modules/cli/ - Removed some unnecessary modules from y2q
9 lines
126 B
Nix
9 lines
126 B
Nix
{
|
|
programs.btop = {
|
|
enable = true;
|
|
settings = {
|
|
color_theme = "Default";
|
|
vim_keys = true;
|
|
};
|
|
};
|
|
}
|