this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ft: use NeoVim as manpager

+1
+1
modules/fish.nix
··· 22 22 23 23 home.sessionVariables = { 24 24 PAGER = "${pkgs.less}/bin/less"; 25 + MANPAGER = "nvim +Man!"; 25 26 LESS = "-SRFXi"; 26 27 ERL_FLAGS = "-kernel shell_history enabled"; 27 28 };