From cd593b954b9863efe71fd006fc10352d013597d9 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Sun, 9 Nov 2025 14:17:15 +0100 Subject: [PATCH] non important commit --- home/modules/shells.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/modules/shells.nix b/home/modules/shells.nix index 24fd5b5..1fc86cf 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -8,10 +8,14 @@ fzf fd eza + most ]; home.sessionVariables = { EDITOR = "nvim"; + PAGER = "most"; + MANPAGER = "most"; + MANROFFOPT = "-c"; }; programs = {