2024-10-02 17:25:14 +03:00

9 lines
93 B
Nix

{
programs.htop = {
enable = true;
settings = {
tree_view = 1;
};
};
}