nix-da/modules/programs/lazygit.nix

11 lines
159 B
Nix

{
programs.lazygit = {
enable = true;
settings = {
"notARepository" = "skip";
git = {
overrideGpg = true;
};
};
};
}