From 553796d6c7fa67a067e65805731b350f26b62d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 26 Jul 2026 21:54:17 +0200 Subject: [PATCH] fix pagers --- modules/hosts/laptop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hosts/laptop.nix b/modules/hosts/laptop.nix index dfe31bf..2135a5b 100644 --- a/modules/hosts/laptop.nix +++ b/modules/hosts/laptop.nix @@ -133,6 +133,8 @@ home.sessionVariables = { EDITOR = "nvim"; TERMINAL = "kitty"; + SYSTEMD_PAGER = "cat"; + PAGER = "cat"; }; # Required for Home Manager