mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 13:39:46 +01:00
gnome-keyring: add gpg to valid components
This commit is contained in:
parent
93e804e7f8
commit
33e12c94c8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
enable = mkEnableOption "GNOME Keyring";
|
||||
|
||||
components = mkOption {
|
||||
type = types.listOf (types.enum [ "pkcs11" "secrets" "ssh" ]);
|
||||
type = types.listOf (types.enum [ "pkcs11" "secrets" "ssh" "gpg" ]);
|
||||
default = [ ];
|
||||
description = ''
|
||||
The GNOME keyring components to start. If empty then the
|
||||
|
|
Loading…
Reference in a new issue