1
0
Fork 0
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:
aleksana 2024-01-18 17:36:36 +08:00
parent 93e804e7f8
commit 33e12c94c8

View file

@ -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