home: add gnupg

This commit is contained in:
Guanran Wang 2024-01-01 21:31:28 +08:00
parent 506ad73136
commit 00aab46112
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{config, ...}: {
programs.gpg = {
enable = true;
homedir = "${config.xdg.dataHome}/gnupg";
};
services.gpg-agent = {
enable = true;
pinentryFlavor = "gnome3";
};
}

View file

@ -29,6 +29,7 @@
./modules
./applications/git
./applications/gpg
./applications/starship
./applications/eza
./applications/skim