From 53f712b162ef0c9bc219bd76702a0f8f4a992086 Mon Sep 17 00:00:00 2001 From: sils Date: Tue, 12 Mar 2024 18:04:46 +0100 Subject: hyprland: use stable package --- sys/desktop/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/desktop/hyprland/default.nix b/sys/desktop/hyprland/default.nix index fbbf933..35a4565 100644 --- a/sys/desktop/hyprland/default.nix +++ b/sys/desktop/hyprland/default.nix @@ -5,7 +5,8 @@ }: { programs.hyprland = { enable = true; - package = hyprland.packages.${system}.hyprland; + #Unstable package, used if features aren't available fast enough. + #package = hyprland.packages.${system}.hyprland; xwayland.enable = true; }; } -- cgit 1.4.1