main
1{
2 flake.modules.homeManager.core = _: {
3 # a cat clone with syntax highlighting and Git integration.
4 programs.bat = {
5 enable = true;
6 config = {
7 pager = "less -FR";
8 };
9 };
10 };
11}