diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-21 12:51:47 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-21 12:51:47 -0600 |
| commit | 176c98d8f8cb77b884ba53a57a71d2f971d0d083 (patch) | |
| tree | 0e83c0ee3457cf3350e8ccdc7f7648706a4afdb4 /modules/home-manager/btop.nix | |
| parent | c869646365f34f7bd5c341b91dd77902a92a21de (diff) | |
| parent | d74d24d9a09402118fabb6a287f3d437d019346b (diff) | |
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'modules/home-manager/btop.nix')
| -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 }; }; } |
