nixos-config

NixOS configs for my systems
Log | Files | Refs

commit 48c5d8ae41092614c02f04002a9e27761f065214
parent a83ad8540aa44d9341c9b79173f3a18bda8e1fcc
Author: vin <vin@vineetk.net>
Date:   Thu,  8 May 2025 16:43:52 -0400

demiurge, hastur: change pager to page for nvim

Diffstat:
Mhome.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/home.nix b/home.nix @@ -91,6 +91,7 @@ in tree unzip p7zip + page # X and desktop-related scrot @@ -120,7 +121,7 @@ in sessionVariables = { EDITOR = "nvim"; VISUAL = "nvim"; - PAGER = "less"; + PAGER = "page"; LESS = "-iR"; LESSHISTFILE = "/dev/null"; BROWSER = "qutebrowser";