Files
flake/home/modules/identity.nix
T

10 lines
149 B
Nix

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