diff options
author | Ben Sima <ben@bsima.me> | 2020-05-26 16:52:25 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-05-26 16:52:25 -0700 |
commit | d688e8209a99dfa40334545f730bd41aa6882ebe (patch) | |
tree | 8444d7611ff48c6ec9c3b5cbd443bd5e432532c0 | |
parent | a135cc20e9427e75a769f299fd9a31ea116b5854 (diff) |
Add vimpager
-rw-r--r-- | lib/common.nix | 2 | ||||
-rw-r--r-- | lib/packages.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index 99cdbd8..0dc59cc 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -14,7 +14,7 @@ in LANG = locale; LANGUAGE = locale; PATH = "${homedir}/bin:${homedir}/.local/bin:$PATH"; - PAGER = "less"; + PAGER = "vimpager"; LEDGER_FILE = "${homedir}/.hledger.journal"; XTERM_LOCALE = locale; LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; diff --git a/lib/packages.nix b/lib/packages.nix index 385a852..836077a 100644 --- a/lib/packages.nix +++ b/lib/packages.nix @@ -39,6 +39,7 @@ tree unrar unzip urlscan +vimpager w3m whois zip |