Unverified Commit f0c30a34 authored by Bjarne's avatar Bjarne Committed by GitHub
Browse files

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.
parent 1dfd9a62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
, pango
, python310Packages
, wrapGAppsHook
, hyprlandSupport ? false
, hyprlandSupport ? true
, wlr-randr
}: