mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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"
|
||||
"${pkgs.glib_networking}/lib/gio/modules" ];
|
||||
environment.systemPackages =
|
||||
[ gnome3.dconf
|
||||
pkgs.desktop_file_utils
|
||||
[ pkgs.desktop_file_utils
|
||||
pkgs.glib_networking
|
||||
pkgs.gtk3 # for gtk-update-icon-cache
|
||||
pkgs.ibus
|
||||
gnome3.dconf
|
||||
gnome3.gnome-backgrounds
|
||||
gnome3.gnome_control_center
|
||||
gnome3.gnome_icon_theme
|
||||
|
|
Loading…
Reference in a new issue