nixos: use w3m-nox for the manual
This commit is contained in:
parent
caed1528a3
commit
244fba351c
@ -117,7 +117,7 @@ in
|
|||||||
services.mingetty.helpLine = mkIf cfg.showManual
|
services.mingetty.helpLine = mkIf cfg.showManual
|
||||||
"\nPress <Alt-F${toString cfg.ttyNumber}> for the NixOS manual.";
|
"\nPress <Alt-F${toString cfg.ttyNumber}> for the NixOS manual.";
|
||||||
|
|
||||||
services.nixosManual.browser = mkDefault "${pkgs.w3m}/bin/w3m";
|
services.nixosManual.browser = mkDefault "${pkgs.w3m-nox}/bin/w3m";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user