From 61ed09f275fda75d4b15463b239decfa41e9a92c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Mar 2024 06:26:20 -0800 Subject: set correct git email in the profiles --- nix/profiles/home-manager/git.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nix/profiles/home-manager/git.nix') diff --git a/nix/profiles/home-manager/git.nix b/nix/profiles/home-manager/git.nix index 93909de..26e7616 100644 --- a/nix/profiles/home-manager/git.nix +++ b/nix/profiles/home-manager/git.nix @@ -3,7 +3,6 @@ programs.git = { enable = true; userName = "Franck Cuny"; - userEmail = "franck@fcuny.net"; aliases = { amend = "commit --amend"; -- cgit v1.2.3