diff --git a/modules/homes/hyprland/hyprland.nix b/modules/homes/hyprland/hyprland.nix index dab3662..ea4cd17 100644 --- a/modules/homes/hyprland/hyprland.nix +++ b/modules/homes/hyprland/hyprland.nix @@ -12,8 +12,7 @@ in wayland.windowManager.hyprland = { enable = cfg.enable; package = pkgs.hyprland; - # Disable the systemd integration, as it conflicts with UWSM - systemd.enable = false; + systemd.enable = true; settings = { monitor = cfg.monitor;