all: remove package aliases
This commit is contained in:
parent
84217afd07
commit
5e021e6436
8 changed files with 13 additions and 13 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue