summaryrefslogtreecommitdiff
path: root/modules/home-manager/lazygit.nix
blob: e2f90188b1cbfea1ebe17b5aa63fbc4f2270952e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  programs.lazygit = {
    enable = true;
    settings = {
      gui.theme = {
        #lightTheme = true;
        #activeBorderColor = [ "blue" "bold" ];
        #inactiveBorderColor = [ "black" ];
        #selectedLineBgColor = [ "default" ];
      };
    };
  };
}