add gh to git module

This commit is contained in:
ulic-youthlic 2025-01-11 12:14:10 +08:00
parent 028c15e040
commit 19d80c007f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 3 additions and 1 deletions

View file

@ -73,7 +73,6 @@
lazygit
dig
fend
gh
gitoxide
kdePackages.kdenlive
fd

View file

@ -34,6 +34,9 @@
programs.lazygit = {
enable = true;
};
programs.gh = {
enable = true;
};
programs.git = lib.mkMerge [
{
enable = true;