summaryrefslogtreecommitdiff
path: root/common/home/btop/default.nix
blob: 949b5f8cf74b6d55a4d4919887352f182c4a7834 (plain)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  enable = true;
  settings = {
    color_theme = "Default";
    truecolor = true;
    update_ms = 100;
  };
}