From 30858a20a211fee7b5b2a96af69501abf57ab6b3 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Wed, 22 Oct 2025 14:08:18 +0000 Subject: [PATCH] fix(doloro@hosts): problems caused by merge conflicts --- nix/hosts/doloro/home.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/nix/hosts/doloro/home.nix b/nix/hosts/doloro/home.nix index 43c0395..9eea128 100644 --- a/nix/hosts/doloro/home.nix +++ b/nix/hosts/doloro/home.nix @@ -48,16 +48,9 @@ pinentry = { package = pkgs.pinentry-qt; program = "pinentry-qt"; - programs = { - git = { - enable = true; - settings = { - user = { - name = "Doloro1978"; - email = "doloroo@proton.me"; - }; - }; }; + }; + programs = { ssh = { startAgent = true; };