diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-21 11:25:35 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-21 11:25:35 -0600 |
| commit | dbefd4f476dbe6c0c2d53fb345db394fd0214efa (patch) | |
| tree | 64dc5afab3a6a71fef1f7f64a043fbb1e617f765 /modules | |
| parent | ad409b9b61380b74ba1e4f3c3a8469501cd43900 (diff) | |
make btop better with this one neat trick!
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/btop.nix | 1 |
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 }; }; } |
