diff options
Diffstat (limited to '')
-rw-r--r-- | nix/profiles/home-manager/work.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 |