11 lines
159 B
Nix
11 lines
159 B
Nix
{
|
|
programs.lazygit = {
|
|
enable = true;
|
|
settings = {
|
|
"notARepository" = "skip";
|
|
git = {
|
|
overrideGpg = true;
|
|
};
|
|
};
|
|
};
|
|
}
|