From 78ae4e96d655005e5da0ea14b03935a81dff5967 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 21 Jan 2023 22:07:35 +0100 Subject: [PATCH] back to less --- modules/basic-tools.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/basic-tools.nix b/modules/basic-tools.nix index 16959f8..72f1b53 100644 --- a/modules/basic-tools.nix +++ b/modules/basic-tools.nix @@ -12,7 +12,6 @@ irssi killall neovim - nvimpager ripgrep tealdeer traceroute @@ -55,7 +54,7 @@ # set appropriate environ variables environment.variables = { EDITOR = "nvim"; - PAGER = "nvimpager"; + PAGER = "less -F"; }; environment.shellAliases = {