Always start sway with the --unsupported-gpu flag
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index f6c02f3..a0ca363 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -215,7 +215,7 @@
 
     programs.zsh.profileExtra = ''
         if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
-            exec systemd-cat -t sway sway
+            exec systemd-cat -t sway sway --unsupported-gpu
         fi
     '';
 }