nixos/evolution: enable gnome-keyring

This commit is contained in:
Symphorien Gibol 2021-01-20 19:51:32 +01:00
parent b241f7fc58
commit f45f22d519

View file

@ -53,6 +53,7 @@ with lib;
enable = true;
plugins = [ pkgs.evolution ] ++ config.programs.evolution.plugins;
};
services.gnome3.gnome-keyring.enable = true;
})
];
}