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;