From 205ef0d62690b3305d32ddb07f5a2eda26bfeb57 Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Sun, 25 Jan 2026 13:55:44 -0500 Subject: [PATCH] Use updated way of enabling xwayland with hyprland --- modules/homes/hyprland/hyprland.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; };