diff --git a/profiles/develop/default.nix b/profiles/develop/default.nix index 74b86bb..f2ed65f 100644 --- a/profiles/develop/default.nix +++ b/profiles/develop/default.nix @@ -11,6 +11,7 @@ }; environment.sessionVariables = { + PAGER = "less"; LESS = "-iFJMRWX -z-4 -x4"; LESSOPEN = "|${pkgs.lesspipe}/bin/lesspipe.sh %s"; EDITOR = "kak";