Add --unsupported-gpu flag to Sway for zix790prors compatibility

This commit is contained in:
2025-12-04 16:30:55 -08:00
parent 6d9686f14b
commit 445b0cd558

View File

@@ -327,6 +327,7 @@ in {
}; };
in { in {
enable = true; enable = true;
extraOptions = [ "--unsupported-gpu" ];
config = recursiveUpdate base_sway_config cfg.extraSwayConfig; config = recursiveUpdate base_sway_config cfg.extraSwayConfig;
}; };