Files
cnix/users/toothpick/git.nix
2024-10-17 20:06:17 +02:00

8 lines
115 B
Nix

{
programs.git = {
enable = true;
userName = "toothpick";
userEmail = "fredrik@libellux.com";
};
}