Update 01/07/21

This commit is contained in:
Filippo Berto 2021-07-10 17:35:10 +02:00
parent 632185d7f8
commit 2d6084b28a
10 changed files with 182 additions and 120 deletions

View file

@ -174,7 +174,8 @@ let
# "gama"="git am --abort";
# "gamscp"="git am --show-current-patch";
};
in{
in
{
programs.git = {
enable = true;
userName = "Filippo Berto";
@ -197,4 +198,5 @@ in{
};
programs.bash.shellAliases = shellAliases;
programs.zsh.shellAliases = shellAliases;
home.packages = with pkgs; [ git-secret ];
}