home: pager: use colored UI

This commit is contained in:
Bruno BELANYI 2026-01-03 11:24:35 +00:00
parent 8bf8d234ed
commit b7e849be9f

View file

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