From 6f58045f9711eaf435bce9f8ef66c7423890867e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Oct 2024 19:12:04 +0200 Subject: fix(modules/legacy/conf/zsh): Move ENV-vars to their own modules This also creates the `imv` and `zathura` module, but the added configuration should be trivial (especially in the `imv` case.) --- modules/home.legacy/wms/river/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/home.legacy/wms/river/default.nix') 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 = -- cgit 1.4.1