Use updated way of enabling xwayland with hyprland

This commit is contained in:
Joshua Yuen 2026-01-25 13:55:44 -05:00
parent fdb7f1962a
commit 205ef0d626
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 5 additions and 2 deletions

View File

@ -12,8 +12,7 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = cfg.enable; enable = cfg.enable;
package = pkgs.hyprland; package = pkgs.hyprland;
systemd.enable = false; systemd.enable = true;
xwayland.enable = true;
settings = { settings = {
monitor = cfg.monitor; monitor = cfg.monitor;
@ -54,6 +53,10 @@ in
"XDG_SESSION_TYPE, wayland" "XDG_SESSION_TYPE, wayland"
]; ];
xwayland = {
enabled = true;
};
ecosystem = { ecosystem = {
no_update_news = true; no_update_news = true;
}; };