From c1cda1c7acf2bd5a92819cfe8fde9f0bde83cbe9 Mon Sep 17 00:00:00 2001 From: Sasza Stanczew Date: Sun, 15 Feb 2026 13:20:01 +0100 Subject: [PATCH] =?UTF-8?q?zmiana=20definicji=20gitowych=20nazw=20u=C5=BCy?= =?UTF-8?q?tkownika?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 8b78feb..78535ac 100644 --- a/home.nix +++ b/home.nix @@ -11,8 +11,8 @@ # Przykład prostej konfiguracji Git programs.git = { enable = true; - userName = "Sasza Stanczew"; - userEmail = "sasza@stanczew.com"; + settings.user.name = "Sasza Stanczew"; + settings.user.email = "sasza@stanczew.com"; }; programs.home-manager.enable = true;