git: fix renamed settings
Some checks failed
Run nix flake check / flake-check (push) Failing after 33s
Periodic flake update / flake-update (push) Successful in 2m20s

This commit is contained in:
2025-11-12 00:10:42 +01:00
parent b1c22d609c
commit 3aa89a5464

View File

@@ -2,8 +2,13 @@
{
programs.git = {
enable = true;
userName = "Torjus Håkestad";
userEmail = "torjus@usit.uio.no";
settings = {
user = {
email = "torjus@usit.uio.no";
name = "Torjus Håkestad";
};
};
lfs.enable = true;