19 lines
405 B
Nix
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";
|
|
};
|
|
};
|
|
};
|
|
}
|