From 35f4d42252ff315ed5fe496234024ca29b087c3f Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sun, 19 Oct 2025 21:03:18 +0100 Subject: [PATCH] fix(doloro@hosts): the git config set got changed --- nix/hosts/doloro/home.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nix/hosts/doloro/home.nix b/nix/hosts/doloro/home.nix index 377082c..89c2afb 100644 --- a/nix/hosts/doloro/home.nix +++ b/nix/hosts/doloro/home.nix @@ -44,8 +44,12 @@ programs.git = { enable = true; - userName = "Doloro1978"; - userEmail = "doloroo@proton.me"; + settings = { + user = { + name = "Doloro1978"; + email = "doloroo@proton.me"; + }; + }; }; xdg.mimeApps.enable = true;