8 lines
87 B
Nix
8 lines
87 B
Nix
{
|
|
xdg.configFile = {
|
|
"htop/htoprc".text = ''
|
|
color_scheme=6
|
|
'';
|
|
};
|
|
}
|