From 90c612bb57f1486dcf4afd9541bc4689c82d1478 Mon Sep 17 00:00:00 2001 From: voidarc Date: Thu, 2 Jul 2026 08:55:28 +0100 Subject: [PATCH] enabled git-secret and gnupg --- configs/common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/common.nix b/configs/common.nix index c8938f9..36b0377 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -214,6 +214,7 @@ ## Tools lazygit + git-secret p7zip-rar any-nix-shell bluetui @@ -326,6 +327,10 @@ libnotify gsettings-desktop-schemas ]; + programs.gnupg.agent = { + enable = true; + pinentryPackage = pkgs.pinentry-all; + }; # The comment system.stateVersion = "25.05"; # Did you read the comment?