various fixes

This commit is contained in:
Miguel Palhas
2026-06-27 11:21:45 +01:00
parent 753426fd91
commit 559edbe89a
11 changed files with 44 additions and 29 deletions
@@ -44,12 +44,18 @@ in
home.sessionVariables = {
ELECTRON_OZONE_PLATFORM_HINT = "auto";
# WebKitGTK (Tauri apps) renders blank/crashes on the DMABUF path across
# many GPU/driver combos; disable it on all hosts.
WEBKIT_DISABLE_DMABUF_RENDERER = "1";
};
wayland.windowManager.hyprland = {
enable = true;
package = null;
portalPackage = null;
# Keep the hyprlang config format (the new default is "lua"); our
# settings are written as hyprlang.
configType = "hyprlang";
plugins = [ ];
settings = {
plugin = {
@@ -53,7 +53,6 @@ in
"gtk3"
"gtk4"
"hyprland"
"kitty"
"qt"
];
};