mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
gpg: fix homedir
option documentation
Previously the documentation had a dependency on the configuration.
This commit is contained in:
parent
348b5a5a69
commit
ebbbd4f2b5
1 changed files with 2 additions and 1 deletions
|
@ -38,8 +38,9 @@ in
|
|||
|
||||
homedir = mkOption {
|
||||
type = types.path;
|
||||
example = literalExample "${config.xdg.dataHome}/gnupg";
|
||||
example = literalExample "\"\${config.xdg.dataHome}/gnupg\"";
|
||||
default = "${config.home.homeDirectory}/.gnupg";
|
||||
defaultText = literalExample "\"\${config.home.homeDirectory}/.gnupg\"";
|
||||
description = "Directory to store keychains and configuration.";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue