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/work.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nix/profiles/home-manager/work.nix') diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix index d9b0dab..3a913ea 100644 --- a/nix/profiles/home-manager/work.nix +++ b/nix/profiles/home-manager/work.nix @@ -10,6 +10,10 @@ ./zsh.nix ]; + programs.git = { + userEmail = "fcuny@roblox.com"; + }; + home.packages = with pkgs; [ # general shell utils direnv -- cgit v1.2.3