Moved gpg config, added programs.gpg

This commit is contained in:
2025-04-15 23:15:32 +02:00
parent 4df44fa4de
commit a47b9bb118
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
programs.gpg.enable = true;
services.gpg-agent = {
enable = true;
enableFishIntegration = true;