Cut out some git CLIs
parent
e128efc420
commit
77e10cf8b3
10
home/git.nix
10
home/git.nix
|
@ -23,16 +23,8 @@
|
||||||
# Enhanced diffs
|
# Enhanced diffs
|
||||||
programs.git.delta.enable = true;
|
programs.git.delta.enable = true;
|
||||||
|
|
||||||
|
# Gitea CLI
|
||||||
# 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
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
glab
|
|
||||||
tea
|
tea
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue