lol

xfce.xfce4-settings: add withXrandr option

+2
+2
pkgs/desktops/xfce/core/xfce4-settings/default.nix
··· 13 13 libxfce4ui, 14 14 libxfce4util, 15 15 libxklavier, 16 + withXrandr ? true, 16 17 upower, 17 18 # Disabled by default on upstream and actually causes issues: 18 19 # https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/222 ··· 57 58 configureFlags = [ 58 59 "--enable-pluggable-dialogs" 59 60 "--enable-sound-settings" 61 + (lib.enableFeature withXrandr "xrandr") 60 62 ] 61 63 ++ lib.optionals withUpower [ "--enable-upower-glib" ] 62 64 ++ lib.optionals withColord [ "--enable-colord" ];