diff --git a/home-manager/modules/shell.nix b/home-manager/modules/shell.nix index 901efa8..77a275e 100644 --- a/home-manager/modules/shell.nix +++ b/home-manager/modules/shell.nix @@ -3,7 +3,7 @@ # But we all know I love zsh programs.zsh = { enable = true; - autosuggestions.enable = true; + autosuggestion.enable = true; enableCompletion = true; history.path = "${config.xdg.dataHome}/zsh/history"; dotDir = ".config/zsh";