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 = {
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;
};