flake/nixos/lazygit.nix
2025-03-19 05:19:57 -05:00

19 lines
405 B
Nix

{
programs.lazygit = {
enable = true;
settings = {
git = {
overrideGpg = true;
};
gui = {
nerdFontsVersion = "3";
};
services = {
"c.csw.im" = "gitea:c.csw.im";
"git.sleeping.town" = "gitea:git.sleeping.town";
"www.coastalcommits.com" = "gitea:c.csw.im";
"codeberg.org" = "gitea:codeberg.org";
};
};
};
}