From dbefd4f476dbe6c0c2d53fb345db394fd0214efa Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 21 Apr 2026 11:25:35 -0600 Subject: make btop better with this one neat trick! --- modules/home-manager/btop.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home-manager') 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 }; }; } -- cgit v1.2.3