home/btop: Use programs.btop for automatic catppuccin goodness

This commit is contained in:
2026-03-17 00:07:01 +01:00
parent e4f1e92d2a
commit bac5ee7534

View File

@@ -1,7 +1,12 @@
{
flake.modules.homeManager.btop = { pkgs, ... }: {
home.packages = with pkgs; [
btop
];
programs.btop = {
enable = true;
settings = {
vim_keys = true;
proc_tree = true;
proc_aggregate = true;
};
};
};
}