Files
nix/hosts/common/configs/gpg-agent/default.nix
2024-06-19 17:17:55 +03:00

7 lines
59 B
Nix

{ pkgs, ... }:
{
programs.gnupg.agent.enable = true;
}