summaryrefslogtreecommitdiff
path: root/modules/basic-tools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/basic-tools.nix')
-rw-r--r--modules/basic-tools.nix3
1 files changed, 2 insertions, 1 deletions
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 = {