all: remove package aliases

This commit is contained in:
Bruno BELANYI 2022-09-29 21:58:48 +02:00
parent 84217afd07
commit 5e021e6436
8 changed files with 13 additions and 13 deletions

View file

@ -9,10 +9,10 @@ in
enable = mkDisableOption "git configuration";
};
config.home.packages = with pkgs.gitAndTools; lib.mkIf cfg.enable [
gitAndTools.git-absorb
gitAndTools.git-revise
gitAndTools.tig
config.home.packages = with pkgs; lib.mkIf cfg.enable [
git-absorb
git-revise
tig
];
config.programs.git = lib.mkIf cfg.enable {
@ -23,7 +23,7 @@ in
userName = "Bruno BELANYI";
# I want the full experience
package = pkgs.gitAndTools.gitFull;
package = pkgs.gitFull;
aliases = {
git = "!git";