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;
};
}

View file

@ -65,6 +65,7 @@
programs.home-manager
# programs.qt
programs.adb
programs.gpg
programs.openrgb
programs.tools
programs.thunar

View file

@ -15,6 +15,7 @@
cli.tmux
cli.comma
cli.irssi
cli.gpg
cli.git
cli.github
cli.jujutsu

View file

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