Update to proper formatting of git extraconf

This commit is contained in:
Bun 2025-04-04 02:15:37 -04:00
parent 6f95f1cd5a
commit a36a5f6080

View file

@ -4,10 +4,7 @@
enable = true;
userName = "Bun";
userEmail = "bun@nixfox.ca";
extraConfig = ''
[safe]
directory = /etc/nixos
'';
extraConfig.safe.directory = "/etc/nixos"
};
programs.lazygit.enable = true;