Skip to content

Commit

Permalink
nixos: use w3m-nox for the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Nov 26, 2015
1 parent caed152 commit 244fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/nixos-manual.nix
Expand Up @@ -117,7 +117,7 @@ in
services.mingetty.helpLine = mkIf cfg.showManual
"\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";

};

Expand Down

0 comments on commit 244fba3

Please sign in to comment.