this repo has no description
1
fork

Configure Feed

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

tools: use `moar` as pager

Ovyerus 29438ac8 0f11a748

+9 -2
+1
modules/default.nix
··· 26 26 macchina 27 27 magic-wormhole-rs 28 28 minisign 29 + moar 29 30 mtr 30 31 nix-your-shell 31 32 rage
+8 -2
modules/shell/tools.nix
··· 13 13 italic-text = "always"; 14 14 }; 15 15 }; 16 - home.sessionVariables.MANPAGER = "sh -c 'col -bx | bat -l man -p'"; 17 - home.sessionVariables.MANROFFOPT = "-c"; 16 + 17 + # Pager & manpages options 18 + home.sessionVariables = { 19 + PAGER = "moar"; 20 + MOAR = "--no-linenumbers"; 21 + MANPAGER = "sh -c 'col -bx | bat -l man -p'"; 22 + MANROFFOPT = "-c"; 23 + }; 18 24 19 25 programs.direnv = { 20 26 enable = true;