home: pager: use colored UI
This commit is contained in:
parent
3b7a119151
commit
8624f4c6ac
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue