1
0
Fork 0
dotfiles/programs/lazygit.nix

15 lines
188 B
Nix
Raw Normal View History

2021-12-19 20:32:38 +00:00
{
programs.lazygit = {
enable = true;
settings = {
git = {
paging = {
colorArg = "always";
useConfig = true;
};
};
};
};
}