From f0c30a34c80a1a6e035d9fa6fe90881eb6210a11 Mon Sep 17 00:00:00 2001 From: Bjarne <14915246+DasenB@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:09:54 +0100 Subject: [PATCH] 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. --- pkgs/applications/misc/nwg-displays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/nwg-displays/default.nix b/pkgs/applications/misc/nwg-displays/default.nix index b73df6de31ee..632ef1abaf85 100644 --- a/pkgs/applications/misc/nwg-displays/default.nix +++ b/pkgs/applications/misc/nwg-displays/default.nix @@ -8,7 +8,7 @@ , pango , python310Packages , wrapGAppsHook -, hyprlandSupport ? false +, hyprlandSupport ? true , wlr-randr }: