zsh: switch to new autosuggestions enabling option

This commit is contained in:
Charlotte Van Petegem 2024-03-17 14:54:22 +01:00
parent 1e11aa3893
commit c30a5678a5
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -5,7 +5,7 @@ let
home.packages = [ pkgs.autojump ];
programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
autocd = true;
dotDir = ".config/zsh";