nixos/seahorse: require gnome3.dconf

Fix #41886.
This commit is contained in:
gmarmstrong 2018-06-12 08:49:40 -04:00
parent b25a2c9614
commit 2c0ba884c2
No known key found for this signature in database
GPG Key ID: ED4DAE89F08242D2

View File

@ -29,7 +29,7 @@ with lib;
config = mkIf config.services.gnome3.seahorse.enable {
environment.systemPackages = [ pkgs.gnome3.seahorse ];
environment.systemPackages = [ pkgs.gnome3.seahorse pkgs.gnome3.dconf ];
services.dbus.packages = [ pkgs.gnome3.seahorse ];