Cut out some git CLIs

main
mat ess 2022-07-04 20:20:31 -04:00
parent e128efc420
commit 77e10cf8b3
1 changed files with 1 additions and 9 deletions

View File

@ -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
];
}