woohoo
This commit is contained in:
parent
58800c1a05
commit
1d5712d898
24 changed files with 253 additions and 278 deletions
16
nixos/lazygit.nix
Normal file
16
nixos/lazygit.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue