From 0d616266ff6a9246e65437040cc4680f8bf36c72 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 275fae7..a23848b 100644 --- a/modules/hosts/laptop.nix +++ b/modules/hosts/laptop.nix @@ -130,6 +130,8 @@ home.sessionVariables = { EDITOR = "neovim"; TERMINAL = "kitty"; + SYSTEMD_PAGER = "cat"; + PAGER = "cat"; }; # Required for Home Manager