mirror of
https://github.com/larstvei/nix-config.git
synced 2025-12-28 03:10:13 +00:00
15 lines
210 B
Nix
15 lines
210 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
settings.user = {
|
|
name = "larstvei";
|
|
email = "larstvei@ifi.uio.no";
|
|
};
|
|
ignores = [
|
|
".envrc"
|
|
".DS_Store"
|
|
".direnv"
|
|
];
|
|
};
|
|
}
|