Compilation fix.

This commit is contained in:
jay
2025-07-02 05:52:19 -04:00
parent abad791cf9
commit bb08fba1d6

View File

@@ -1,5 +1,5 @@
{ pkgs, ...}: {
programs.git
programs.git = {
enable = true;
userEmail = "jay@zerojay.com";
userName = "jay";