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);