This commit is contained in:
cswimr 2025-03-06 18:42:06 -06:00
parent 58800c1a05
commit 1d5712d898
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
24 changed files with 253 additions and 278 deletions

16
nixos/lazygit.nix Normal file
View file

@ -0,0 +1,16 @@
{
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";
};
};
};
}