config/homes/common/btop.nix

11 lines
155 B
Nix
Raw Permalink Normal View History

2024-09-15 12:56:25 +01:00
{
programs.btop = {
enable = true;
settings = {
color_theme = "TTY";
theme_background = false;
truecolor = true;
};
};
}