flake/home/applications/bat/default.nix

8 lines
144 B
Nix
Raw Normal View History

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