adjust chawan manpager to mancha

This commit is contained in:
Noah Masur
2025-11-06 19:31:42 -05:00
parent ceca1ffd5a
commit 5cf27d6d66

View File

@@ -17,7 +17,7 @@ in
# Set Chawan as the default app for manual pages # Set Chawan as the default app for manual pages
home.sessionVariables = { home.sessionVariables = {
MANPAGER = "${lib.getExe pkgs.chawan} -T text/x-ansi"; MANPAGER = "${pkgs.chawan}/bin/mancha";
}; };
}; };