From cd204e1fa56d7fbf4a2042dc1c1aeabd7e1a3fd0 Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 2 Feb 2024 18:47:09 +0100 Subject: use development version of hyprland --- sys/desktop/hyprland/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/desktop/hyprland') diff --git a/sys/desktop/hyprland/default.nix b/sys/desktop/hyprland/default.nix index f7c3ab1..fbbf933 100644 --- a/sys/desktop/hyprland/default.nix +++ b/sys/desktop/hyprland/default.nix @@ -1,6 +1,11 @@ -{...}: { +{ + hyprland, + system, + ... +}: { programs.hyprland = { enable = true; + package = hyprland.packages.${system}.hyprland; xwayland.enable = true; }; } -- cgit 1.4.1