infrastructure/home/shell/btop.nix

11 lines
148 B
Nix
Raw Normal View History

2024-06-15 14:39:17 +00:00
{...}: {
programs.btop = {
enable = true;
settings = {
theme_background = false;
clock_format = "%Y-%m-%d %X";
};
};
}