Use updated way of enabling xwayland with hyprland
This commit is contained in:
parent
fdb7f1962a
commit
205ef0d626
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue