2.home-manager/tests/modules/programs/w3m/default.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

5 lines
150 B
Nix

{
w3m-disabled = ./disabled.nix;
w3m-example-config = ./example-config.nix;
w3m-example-config-prefer-xdg = ./example-config-xdg-enabled.nix;
}