fix(home/aerc): show html link numbers

Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
Gabriel Fontes
2026-08-16 11:37:20 -03:00
parent 6a4c9f456f
commit f94132a915
+1 -1
View File
@@ -56,7 +56,7 @@ in {
"message/rfc822" = "colorize";
# '!' hands the terminal to the filter; the html one is already
# wrapped with w3m by nixpkgs
"text/html" = "! html -o extbrowser=${lib.getExe' pkgs.xdg-utils "xdg-open"}";
"text/html" = "! html -o display_link_number=true -o extbrowser=${lib.getExe' pkgs.xdg-utils "xdg-open"}";
# Only used when viewer.show-headers is on
".headers" = "colorize";
};