home-manager/gui: Add gh

This commit is contained in:
Jack O'Sullivan 2022-09-14 11:53:28 +01:00
parent 9c92ddc0f5
commit 8a5d63aef5

View File

@ -22,6 +22,13 @@ in
};
programs = {
gh = {
enable = true;
settings = {
git_protocol = "ssh";
};
};
alacritty = {
enable = true;
settings = {