From 8624f4c6ac7d3f3bd1fccd5921e3ddeb4ee4716f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 3 Jan 2026 11:24:35 +0000 Subject: [PATCH] home: pager: use colored UI --- modules/home/pager/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/pager/default.nix b/modules/home/pager/default.nix index 0f58d12..353ef46 100644 --- a/modules/home/pager/default.nix +++ b/modules/home/pager/default.nix @@ -48,6 +48,8 @@ in clear-screen = true; # Interpret (some) escape sequences RAW-CONTROL-CHARS = true; + # Use colored text in search and UI + use-color = true; }; in lib.concatStringsSep " " (lib.cli.toCommandLineGNU { } options);