Updated nix flake and ported over existing config

This commit is contained in:
Random936
2026-09-07 12:55:48 -04:00
parent c618246ac9
commit 3917792670
6 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
# Setup Pinentry
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gtk2;
pinentryPackage = pkgs.pinentry-gnome3;
enableSSHSupport = true;
};