6 lines
74 B
Nix
6 lines
74 B
Nix
|
{
|
||
|
xdg.configFile."htop/htoprc" = {
|
||
|
source = ./config/htoprc;
|
||
|
};
|
||
|
}
|