9 lines
96 B
Nix
9 lines
96 B
Nix
{
|
|
programs.htop = {
|
|
enable = true;
|
|
settings = {
|
|
tree_view = true;
|
|
};
|
|
};
|
|
}
|