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";