chore: update syntax git.extraConfig -> git.settings 🎨

This commit is contained in:
DannyDannyDanny 2026-01-11 13:01:18 +01:00
parent b122b73df0
commit 1c7cbfd8b8

View file

@ -136,7 +136,7 @@
# Git configuration
programs.git = {
enable = true;
extraConfig = {
settings = {
core = {
editor = "nvim";
};