From 180ffc758a919c025117c535c61954b59779a745 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 20 Jun 2022 15:47:33 +0200 Subject: [PATCH] feat: enable gpg-agent --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 9518d8c..51f84cf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,6 +51,8 @@ hardware.pulseaudio.enable = true; + programs.gnupg.agent.enable = true; + environment.systemPackages = with pkgs; [ neovim git