8 lines
103 B
Nix
8 lines
103 B
Nix
{
|
|
programs.htop = {
|
|
enable = true;
|
|
settings = {
|
|
highlight_base_name = 1;
|
|
};
|
|
};
|
|
}
|