summaryrefslogtreecommitdiffstats
path: root/home-manager/modules/htop.nix
blob: a7812143f535c8dcec63f7db588dfb564b29b6b3 (plain) (blame)
1
2
3
4
5
6
7
8
{
  programs.htop = {
    enable = true;
    settings = {
      tree_view = 1;
    };
  };
}