fix: man page show odd characters

This commit is contained in:
Ryan Yin
2023-12-23 19:57:57 +08:00
parent b2cf885637
commit 1f08d10ac7

View File

@@ -24,8 +24,6 @@ in rec {
# enable scrolling in git diff
DELTA_PAGER = "less -R";
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
};
home.sessionVariables = systemd.user.sessionVariables;