diff --git a/modules/homes/hyprland/hyprland.nix b/modules/homes/hyprland/hyprland.nix index 6ffbed0..59494aa 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; - systemd.enable = false; - xwayland.enable = true; + systemd.enable = true; settings = { monitor = cfg.monitor; @@ -54,6 +53,10 @@ in "XDG_SESSION_TYPE, wayland" ]; + xwayland = { + enabled = true; + }; + ecosystem = { no_update_news = true; };