flake/nixos/lazygit.nix
2025-03-06 18:42:06 -06:00

16 lines
354 B
Nix

{
programs.lazygit = {
enable = true;
settings = {
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";
};
};
};
}