lol

xfce: unbreak gtk3 theming for xfce desktop users

This is a partial revert of f0da9ff4.

The half-usable menus in gtk3 apps have been aggravating me for months.

+2 -1
+2 -1
pkgs/desktops/xfce/default.nix
··· 22 22 23 23 exo = callPackage ./core/exo.nix { }; 24 24 garcon = callPackage ./core/garcon.nix { }; 25 - gtk_xfce_engine = callPackage ./core/gtk-xfce-engine.nix { withGtk3 = true; }; # ToDo: when should be used? 25 + gtk_xfce_engine = callPackage ./core/gtk-xfce-engine.nix 26 + { withGtk3 = false; }; # = true; was completely breaking GTK3 app layout 26 27 libxfce4ui = callPackage ./core/libxfce4ui.nix { }; 27 28 libxfce4ui_gtk3 = libxfce4ui.override { withGtk3 = true; }; 28 29 libxfce4util = callPackage ./core/libxfce4util.nix { };