Files
cnix/home/users/toothpick/git.nix

8 lines
115 B
Nix

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