1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

Use the right type for GnuPG home directory

This commit is contained in:
wieDasDing 2024-05-05 23:36:31 +08:00 committed by GitHub
parent fdaaf543ba
commit c7a0afc4d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,7 +188,7 @@ in {
};
homedir = mkOption {
type = types.path;
type = types.str;
example = literalExpression ''"''${config.xdg.dataHome}/gnupg"'';
default = "${config.home.homeDirectory}/.gnupg";
defaultText =