Add more git clis
parent
6bba951305
commit
e128efc420
|
@ -29,4 +29,10 @@
|
||||||
# Aliases config imported in flake.
|
# Aliases config imported in flake.
|
||||||
programs.gh.enable = true;
|
programs.gh.enable = true;
|
||||||
programs.gh.settings.git_protocol = "ssh";
|
programs.gh.settings.git_protocol = "ssh";
|
||||||
|
|
||||||
|
# Other CLIs
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
glab
|
||||||
|
tea
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue