renamed fields

This commit is contained in:
2025-12-02 01:34:10 -06:00
parent 251c8b6683
commit 4a1246f9e8
2 changed files with 9 additions and 6 deletions
Generated
+4 -4
View File
@@ -88,16 +88,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1763992789, "lastModified": 1764613336,
"narHash": "sha256-WHkdBlw6oyxXIra/vQPYLtqY+3G8dUVZM8bEXk0t8x4=", "narHash": "sha256-L979az28t/+SXvYw9qhOno5HLlDwkZOpz6LzCLnjmRM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "44831a7eaba4360fb81f2acc5ea6de5fde90aaa3", "rev": "f3902b5d8767985680875ad86d028371100faeb3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-25.05", "ref": "release-25.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
+5 -2
View File
@@ -37,8 +37,11 @@
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Roy Dumblauskas"; setttings = {
userEmail = "roydumblauskas@gmail.com"; user.name = "Roy Dumblauskas";
user.email = "roydumblauskas@gmail.com";
};
}; };
# user program config files # user program config files