2.home-manager/tests/modules/programs/w3m/disabled.nix
oneorseveralcats bc357c75e3 w3m: add module
adds a pretty complete module for w3m, a terminal web browser and pager.
2026-03-23 14:10:42 -05:00

8 lines
151 B
Nix

{
programs.w3m.enable = false;
nmt.script = ''
assertPathNotExists "home-files/.w3m"
assertPathNotExists "home-files/.config/w3m"
'';
}