summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/shared.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/shared.nix b/config/shared.nix
index bb4b5ea..2ea76c8 100644
--- a/config/shared.nix
+++ b/config/shared.nix
@@ -38,6 +38,8 @@
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
+ gnupg.agent.enable = true;
+ gnupg.agent.pinentryPackage = pkgs.pinentry-gnome3;
};
services = {