home/btop: Use programs.btop for automatic catppuccin goodness
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user