From 4edfd251be4f0315154d18b6208f614264247623 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 14 Nov 2022 16:05:02 +0100 Subject: fix localed, back to stateless networking --- modules/basic-tools.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/basic-tools.nix') diff --git a/modules/basic-tools.nix b/modules/basic-tools.nix index b0adbc8..dec82fc 100644 --- a/modules/basic-tools.nix +++ b/modules/basic-tools.nix @@ -12,6 +12,7 @@ irssi killall neovim + nvimpager ripgrep tealdeer traceroute @@ -53,7 +54,7 @@ # set appropriate environ variables environment.variables = { EDITOR = "nvim"; - PAGER = "less -F"; + PAGER = "nvimpager"; }; environment.shellAliases = { -- cgit v1.3.1