pantheon.elementary-greeter: pick up hardcoded icon theme

wrapGAppsHook no longer pick up XDG_ICON_DIRS for us.
main
Bobby Rong 2 years ago
parent 094b68cdc8
commit b856f4ef60
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 5
      pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix

@ -91,8 +91,11 @@ stdenv.mkDerivation rec {
# for the compositor
--prefix PATH : "$out/bin"
# the theme is hardcoded
# the GTK theme is hardcoded
--prefix XDG_DATA_DIRS : "${elementary-gtk-theme}/share"
# the icon theme is hardcoded
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS"
)
'';

Loading…
Cancel
Save