home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit aff8066c6d8d56a1eaf33eb2bff22ecf2b368b60
parent f504e3b44bdc23e32da312984888665ec39ae07f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  4 Mar 2020 08:46:57 +0100

profiles.git: use gitFull instead of git 👼

I want `git send-mail` 📫

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/git.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/profiles/git.nix b/modules/profiles/git.nix @@ -24,6 +24,7 @@ in ]; programs.git = { enable = true; + package = pkgs.gitAndTools.gitFull; userName = "Vincent Demeester"; userEmail = "vincent@sbr.pm";