aboutsummaryrefslogtreecommitdiff
path: root/nix/users/profiles/bat.nix
blob: fb27397f90c8c29c44d5e976ae928dee2c508895 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ ... }:
{
  programs.bat = {
    enable = true;
    config = {
      theme = "ansi";
      pager = "less -FR";
    };
  };
}