nixos-config/users/simon/modules/htop.nix

8 lines
87 B
Nix

{
xdg.configFile = {
"htop/htoprc".text = ''
color_scheme=6
'';
};
}