flake/home/applications/bat/default.nix

8 lines
144 B
Nix
Raw Normal View History

2024-01-15 12:18:06 +08:00
{
2023-11-29 18:18:56 +08:00
programs.bat.enable = true;
home.sessionVariables = {
"MANPAGER" = "sh -c 'col -bx | bat -l man -p'";
"MANROFFOPT" = "-c";
};
}