phone: Use gnome-contacts from top-level

This commit is contained in:
Donovan Glover
2024-08-27 14:06:34 -04:00
parent a90dfb5a6f
commit f698b3aefe

View File

@ -201,13 +201,13 @@ in
systemPackages = attrValues { systemPackages = attrValues {
inherit (self.packages.${pkgs.system}) webp-thumbnailer; inherit (self.packages.${pkgs.system}) webp-thumbnailer;
inherit (pkgs.gnome) gnome-contacts;
inherit (pkgs) inherit (pkgs)
chatty chatty
megapixels megapixels
livi livi
gnome-calendar gnome-calendar
gnome-contacts
eog eog
; ;
}; };