infrastructure/home/shell/btop.nix

11 lines
148 B
Nix

{...}: {
programs.btop = {
enable = true;
settings = {
theme_background = false;
clock_format = "%Y-%m-%d %X";
};
};
}