diff options
Diffstat (limited to 'home/wayland/modules/sway/home.nix')
-rw-r--r-- | home/wayland/modules/sway/home.nix | 2 |
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 ''; |