aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/wms
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/home.legacy/wms/river/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/home.legacy/wms/river/default.nix b/modules/home.legacy/wms/river/default.nix
index 36a9ca74..1ec39f4d 100644
--- a/modules/home.legacy/wms/river/default.nix
+++ b/modules/home.legacy/wms/river/default.nix
@@ -45,6 +45,13 @@ in {
WM = "river";
XDG_CURRENT_DESKTOP = "river";
DESKTOP_SESSION = "river";
+
+ # Export Wayland env Vars {{{
+ QT_QPA_PLATFORM = "wayland";
+ QT_QPA_PLATFORMTHEME = "qt5ct"; # needs qt5ct
+ CLUTTER_BACKEND = "wayland";
+ SDL_VIDEODRIVER = "wayland"; # might brake some things
+ # }}}
};
xdg.configFile."river/init".source =