config/homes/common/btop.nix
2024-09-29 16:42:01 +01:00

11 lines
155 B
Nix

{
programs.btop = {
enable = true;
settings = {
color_theme = "TTY";
theme_background = false;
truecolor = true;
};
};
}