nwg-displays: Default to enabled hyprland support

``nix-shell -p nwg-displays`` fails on systems using hyprland if support is not enabled. To fix this the default was changed to enable support for hyprland. If users wish to disable it they still can do that.
This commit is contained in:
Bjarne
2024-03-01 11:09:54 +01:00
committed by GitHub
parent 1dfd9a62f3
commit f0c30a34c8
@@ -8,7 +8,7 @@
, pango
, python310Packages
, wrapGAppsHook
, hyprlandSupport ? false
, hyprlandSupport ? true
, wlr-randr
}: