From 4ac6431666e6a96f9ab6e77d518ee4cb47339b0a Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Sun, 15 Oct 2023 08:51:17 +0300 Subject: [PATCH] sway error when gpu not supported --- home/laptop/programs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/laptop/programs/zsh.nix b/home/laptop/programs/zsh.nix index 003ea20..930dc86 100644 --- a/home/laptop/programs/zsh.nix +++ b/home/laptop/programs/zsh.nix @@ -4,7 +4,7 @@ syntaxHighlighting.enable = true; enableAutosuggestions = true; loginExtra = '' - [ "$(tty)" = "/dev/tty1" ] && exec sway + [ "$(tty)" = "/dev/tty1" ] && exec sway --unsupported-gpu ''; sessionVariables = { PASSWORD_STORE_DIR = "$HOME/.password-store";