make wayland not implicit for de2

This commit is contained in:
notgne2 2022-02-04 00:36:29 -07:00
parent aecd75e5a1
commit 5d514a5d10
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -115,10 +115,8 @@ in
]; ];
systemd.user.sessionVariables = { systemd.user.sessionVariables = {
QT_QPA_PLATFORM = "wayland-egl;xcb";
MOZ_ENABLE_WAYLAND = "1"; MOZ_ENABLE_WAYLAND = "1";
QT_WAYLAND_DISABLE_WINDOWDECORATION = lib.mkIf cfg.tiling "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = lib.mkIf cfg.tiling "1";
NIXOS_OZONE_WL = "1";
}; };
xdg.mimeApps = { xdg.mimeApps = {