home: pager: use colored UI

This commit is contained in:
Bruno BELANYI 2026-01-03 11:24:35 +00:00
parent 3b7a119151
commit 8624f4c6ac

View file

@ -48,6 +48,8 @@ in
clear-screen = true; clear-screen = true;
# Interpret (some) escape sequences # Interpret (some) escape sequences
RAW-CONTROL-CHARS = true; RAW-CONTROL-CHARS = true;
# Use colored text in search and UI
use-color = true;
}; };
in in
lib.concatStringsSep " " (lib.cli.toCommandLineGNU { } options); lib.concatStringsSep " " (lib.cli.toCommandLineGNU { } options);