Skip to content

Commit

Permalink
add lazygit config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 27, 2020
1 parent 2e3c440 commit 762e929
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dotfiles/git.nix
Expand Up @@ -56,5 +56,11 @@ in {
];
};

home.file."Library/Application Support/jesseduffield/lazygit/config.yml".text =
builtins.toJSON {
reporting = "off";
startupPopupVersion = 1;
};

home.packages = with pkgs; [ git-lfs lazygit pkgs.gitAndTools.delta ];
}

0 comments on commit 762e929

Please sign in to comment.