summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2026-04-21 11:25:35 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2026-04-21 11:25:35 -0600
commitdbefd4f476dbe6c0c2d53fb345db394fd0214efa (patch)
tree64dc5afab3a6a71fef1f7f64a043fbb1e617f765 /modules/home-manager
parentad409b9b61380b74ba1e4f3c3a8469501cd43900 (diff)
make btop better with this one neat trick!
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/btop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/btop.nix b/modules/home-manager/btop.nix
index 894ff2e..352d3bb 100644
--- a/modules/home-manager/btop.nix
+++ b/modules/home-manager/btop.nix
@@ -8,6 +8,7 @@
color_theme = "catppuccin_mocha";
theme_background = false; # make btop transparent
vim_keys = true;
+ proc_aggregate = true; # aggregate subprocess resources in tree view
};
};
}