From 33fce798134ff91ba0caa9df8802c7e2496dc08d Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 18 Mar 2024 11:46:22 -0400 Subject: [PATCH] 207 current 2024-03-18 11:46:14 24.05.20240316.c75037b 6.8.0-zen1 * --- modules/rice/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rice/sway/default.nix b/modules/rice/sway/default.nix index 08bfa73..7678533 100644 --- a/modules/rice/sway/default.nix +++ b/modules/rice/sway/default.nix @@ -5,5 +5,6 @@ terminal = "kitty"; startup = [{command = "firefox";}]; }; + extraOptions = ["--unsupported-gpu"]; }; }