From 90c1c9fdceb01e9e48448be6f7405c5c3431630a Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 14:41:42 +0100 Subject: fix(hm/conf/less): Add arguments to MANPAGER back --- hm/soispha/conf/less/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/less') diff --git a/hm/soispha/conf/less/default.nix b/hm/soispha/conf/less/default.nix index c9109dd8..75928bc8 100644 --- a/hm/soispha/conf/less/default.nix +++ b/hm/soispha/conf/less/default.nix @@ -1,7 +1,7 @@ {config, ...}: { home.sessionVariables = { PAGER = "less"; - MANPAGER = "less"; + MANPAGER = "less -Db+r -Du+b"; }; programs.less = { enable = true; -- cgit 1.4.1