8 lines
151 B
Nix
8 lines
151 B
Nix
{
|
|
programs.w3m.enable = false;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists "home-files/.w3m"
|
|
assertPathNotExists "home-files/.config/w3m"
|
|
'';
|
|
}
|