From cd71031f10a3487c418d33c93c2bc6786b4e6708 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Thu, 6 Mar 2025 11:37:30 +0100 Subject: [PATCH] Fix --- nixos/modules/gnupg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/gnupg/default.nix b/nixos/modules/gnupg/default.nix index d20d019..1f8c108 100644 --- a/nixos/modules/gnupg/default.nix +++ b/nixos/modules/gnupg/default.nix @@ -1,4 +1,4 @@ -{ pkgs,... }: +{ pkgs, lib,... }: { programs.gnupg.agent = { enable = true;