From 52f5af2b689c3c5c4b3b1b1ca8a93db8890e29fa Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Sun, 25 Jan 2026 16:55:28 -0500 Subject: [PATCH] Disable hyprland systemd integration per docs --- modules/homes/hyprland/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/homes/hyprland/hyprland.nix b/modules/homes/hyprland/hyprland.nix index ea4cd17..dab3662 100644 --- a/modules/homes/hyprland/hyprland.nix +++ b/modules/homes/hyprland/hyprland.nix @@ -12,7 +12,8 @@ in wayland.windowManager.hyprland = { enable = cfg.enable; package = pkgs.hyprland; - systemd.enable = true; + # Disable the systemd integration, as it conflicts with UWSM + systemd.enable = false; settings = { monitor = cfg.monitor;