home-manager/gui: Add gh
This commit is contained in:
parent
9c92ddc0f5
commit
8a5d63aef5
@ -22,6 +22,13 @@ in
|
||||
};
|
||||
|
||||
programs = {
|
||||
gh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git_protocol = "ssh";
|
||||
};
|
||||
};
|
||||
|
||||
alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
Loading…
Reference in New Issue
Block a user