7 lines
104 B
Nix
7 lines
104 B
Nix
{
|
|
aria2.enable = false;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists "home-files/.config/aria2"
|
|
'';
|
|
}
|