Files
cnix/home/profiles/toothpick/git.nix
2024-08-17 18:28:42 +02:00

8 lines
115 B
Nix

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