gnome3: add gtk3 to system packages for gtk-update-icon-cache
Updating the icon-cache lets gnome-shell show app icons in the activity
This commit is contained in:
parent
b80925a19e
commit
fd900f2f8a
|
@ -75,10 +75,11 @@ in {
|
||||||
environment.variables.GIO_EXTRA_MODULES = [ "${gnome3.dconf}/lib/gio/modules"
|
environment.variables.GIO_EXTRA_MODULES = [ "${gnome3.dconf}/lib/gio/modules"
|
||||||
"${pkgs.glib_networking}/lib/gio/modules" ];
|
"${pkgs.glib_networking}/lib/gio/modules" ];
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
[ gnome3.dconf
|
[ pkgs.desktop_file_utils
|
||||||
pkgs.desktop_file_utils
|
|
||||||
pkgs.glib_networking
|
pkgs.glib_networking
|
||||||
|
pkgs.gtk3 # for gtk-update-icon-cache
|
||||||
pkgs.ibus
|
pkgs.ibus
|
||||||
|
gnome3.dconf
|
||||||
gnome3.gnome-backgrounds
|
gnome3.gnome-backgrounds
|
||||||
gnome3.gnome_control_center
|
gnome3.gnome_control_center
|
||||||
gnome3.gnome_icon_theme
|
gnome3.gnome_icon_theme
|
||||||
|
|
Loading…
Reference in New Issue