From 9b25fbf75357c9be4251b69e5ad0bb2b24985446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 26 Apr 2020 20:21:39 +0200 Subject: [PATCH] feat: enable gnupg agent --- configs/default.nix | 5 +++++ configs/packages/default.nix | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configs/default.nix b/configs/default.nix index 78b17d7..a02e771 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -276,6 +276,11 @@ in { programs.command-not-found.enable = true; } + { + programs.gnupg.agent.enable = true; + + environment.systemPackages = [ pkgs.gnupg pkgs.pass ]; + } { systemd.services.restart-vpn = { description = "Restart VPNs after suspend"; diff --git a/configs/packages/default.nix b/configs/packages/default.nix index 256a362..cccf321 100644 --- a/configs/packages/default.nix +++ b/configs/packages/default.nix @@ -104,8 +104,6 @@ in # nur.repos.kmein.python3Packages.spotify-cli-linux youtubeDL bc # calculator - pass - gnupg scripts.favicon # nur.repos.kmein.daybook scripts.genius