diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 6884aeb..75a9ab6 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -55,6 +55,17 @@ in { programs.git = { userName = "Quentin Boyer"; userEmail = config.workAddr; + includes = [ + { + condition = "gitdir:~/Perso/"; + contents = { + user = { + email = "quentin@familleboyer.net"; + name = "traxys"; + }; + }; + } + ]; }; home.sessionVariables = {