From 88d39dd43ef56e0d98d59238425da622c05a80ce Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Mon, 6 Apr 2026 16:11:05 +0200 Subject: [PATCH] wrong setting --- modules/hyprland/sys/hyprland.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hyprland/sys/hyprland.nix b/modules/hyprland/sys/hyprland.nix index 6a6e46a..00959cb 100644 --- a/modules/hyprland/sys/hyprland.nix +++ b/modules/hyprland/sys/hyprland.nix @@ -3,7 +3,6 @@ programs.hyprland = { enable = true; xwayland.enable = true; - withSystemd = true; withUWSM = true; };