nix-da/modules/programs/lazygit.nix

8 lines
108 B
Nix

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