MyNixOS website logo

Settings for w3m typically set on the OPTIONS page. The best way to configure them is setting them in w3m then nixifying the w3m config file located at either ~/.w3m/config or ~/$XDG_CONFIG_HOME/w3m/config.

Declarations
Type
attribute set of (string or signed integer)
Default
{ }
Example
{
  cgi_bin = "\${config.xdg.configHome}/w3m/cgi-bin";
  extbrowser = "firefox";
  siteconf_file = "\${config.xdg.configHome}/w3m/siteconf";
  tabstop = 4;
  urimethodmap = "\${config.xdg.configHome}/w3m/urimethodmap";
}