setup gpg

This commit is contained in:
xunuwu 2025-06-07 17:10:00 +02:00
parent b6f3b37cdf
commit 9e17ff86d9
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 12 additions and 0 deletions

5
home/cli/gpg.nix Normal file
View file

@ -0,0 +1,5 @@
{
programs.gpg = {
enable = true;
};
}