mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 17:51:06 +02:00
phone: Use gnome-contacts from top-level
This commit is contained in:
@ -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
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user