Cut out some git CLIs
parent
e128efc420
commit
77e10cf8b3
10
home/git.nix
10
home/git.nix
|
@ -23,16 +23,8 @@
|
|||
# Enhanced diffs
|
||||
programs.git.delta.enable = true;
|
||||
|
||||
|
||||
# GitHub CLI
|
||||
# https://rycee.gitlab.io/home-manager/options.html#opt-programs.gh.enable
|
||||
# Aliases config imported in flake.
|
||||
programs.gh.enable = true;
|
||||
programs.gh.settings.git_protocol = "ssh";
|
||||
|
||||
# Other CLIs
|
||||
# Gitea CLI
|
||||
home.packages = with pkgs; [
|
||||
glab
|
||||
tea
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue