mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
13 lines
185 B
Nix
13 lines
185 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "larstvei";
|
|
userEmail = "larstvei@ifi.uio.no";
|
|
ignores = [
|
|
".envrc"
|
|
".DS_Store"
|
|
".direnv"
|
|
];
|
|
};
|
|
}
|