summaryrefslogtreecommitdiff
path: root/home/wayland
diff options
context:
space:
mode:
Diffstat (limited to 'home/wayland')
-rw-r--r--home/wayland/modules/sway/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wayland/modules/sway/home.nix b/home/wayland/modules/sway/home.nix
index 5c2fb47..893fec1 100644
--- a/home/wayland/modules/sway/home.nix
+++ b/home/wayland/modules/sway/home.nix
@@ -37,7 +37,7 @@ in {
programs.bash.profileExtra = ''
case "$(tty)" in
- */tty1) exec sway ;;
+ */tty1) exec sway --unsupported-gpu ;;
esac
'';