This commit is contained in:
caem 2025-01-23 22:18:37 +01:00
parent af9d267869
commit 854844e039
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ config, ... }:
{
programs.gpg = {
enable = true;
homedir = "${config.xdg.dataHome}";
};
}