From 4a1246f9e8c8c78ce8cfc8cea2e990b77ef55395 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Tue, 2 Dec 2025 01:34:10 -0600 Subject: [PATCH] renamed fields --- flake.lock | 8 ++++---- home.nix | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 9d942fd..4a22184 100755 --- a/flake.lock +++ b/flake.lock @@ -88,16 +88,16 @@ ] }, "locked": { - "lastModified": 1763992789, - "narHash": "sha256-WHkdBlw6oyxXIra/vQPYLtqY+3G8dUVZM8bEXk0t8x4=", + "lastModified": 1764613336, + "narHash": "sha256-L979az28t/+SXvYw9qhOno5HLlDwkZOpz6LzCLnjmRM=", "owner": "nix-community", "repo": "home-manager", - "rev": "44831a7eaba4360fb81f2acc5ea6de5fde90aaa3", + "rev": "f3902b5d8767985680875ad86d028371100faeb3", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-25.05", + "ref": "release-25.11", "repo": "home-manager", "type": "github" } diff --git a/home.nix b/home.nix index 204d98a..f637757 100755 --- a/home.nix +++ b/home.nix @@ -37,8 +37,11 @@ programs.git = { enable = true; - userName = "Roy Dumblauskas"; - userEmail = "roydumblauskas@gmail.com"; + setttings = { + user.name = "Roy Dumblauskas"; + user.email = "roydumblauskas@gmail.com"; + + }; }; # user program config files