mirror of
https://github.com/larstvei/nix-config.git
synced 2025-12-28 03:10:13 +00:00
Update according to warning after update
This commit is contained in:
parent
b8a12d8b7d
commit
8d54a4a778
@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "larstvei";
|
settings.user = {
|
||||||
userEmail = "larstvei@ifi.uio.no";
|
name = "larstvei";
|
||||||
|
email = "larstvei@ifi.uio.no";
|
||||||
|
};
|
||||||
ignores = [
|
ignores = [
|
||||||
".envrc"
|
".envrc"
|
||||||
".DS_Store"
|
".DS_Store"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user