1
Fork 0
satellite/hosts/nixos/common/global/cli/htop.nix

9 lines
96 B
Nix
Raw Normal View History

2023-12-10 23:48:46 +01:00
{
programs.htop = {
enable = true;
settings = {
tree_view = true;
};
};
}