Files
cnix/home/usr/share/git/toothpick/default.nix
2024-08-03 14:49:44 +02:00

8 lines
115 B
Nix

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