14 lines
188 B
Nix
14 lines
188 B
Nix
{
|
|
programs.lazygit = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
git = {
|
|
paging = {
|
|
colorArg = "always";
|
|
useConfig = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|