nixos/home/env/git/personal.nix

8 lines
104 B
Nix

{ ... }:
{
imports = [ ./default.nix ];
programs.git = {
userEmail = "evie@xenia.me.uk";
};
}