From 91ff1c9b59e421ef5490e006d30495fdad842474 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 14 Feb 2026 14:02:16 +0100 Subject: [PATCH] add gnupg --- hosts/desktop1/configuration.nix | 2 ++ modules/nix/groups/desktop.nix | 1 + modules/nix/groups/laptop.nix | 1 + 3 files changed, 4 insertions(+) diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index c8d2de1..a6cb24b 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -114,4 +114,6 @@ } ''; + programs.gnupg.agent.enable = true; + } diff --git a/modules/nix/groups/desktop.nix b/modules/nix/groups/desktop.nix index dbc81e5..4dffbcd 100644 --- a/modules/nix/groups/desktop.nix +++ b/modules/nix/groups/desktop.nix @@ -53,6 +53,7 @@ in thunderbird neomutt kicad + pass ]; }; } diff --git a/modules/nix/groups/laptop.nix b/modules/nix/groups/laptop.nix index b2fe9aa..edbaa4b 100644 --- a/modules/nix/groups/laptop.nix +++ b/modules/nix/groups/laptop.nix @@ -59,6 +59,7 @@ in prismlauncher neomutt kicad + pass ]; }; }