den
 1{
 2  den.default.homeManager = {
 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}