From 34a74bfb1dc8433b9ec3e160807c52b4fe305ce6 Mon Sep 17 00:00:00 2001 From: Tine Date: Mon, 18 Mar 2024 22:31:42 +0100 Subject: [PATCH] fix: zsh changes --- nix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index b6453c4..54bff6a 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -155,7 +155,7 @@ ignoreAllDups = true; path = "${config.xdg.dataHome}/zsh/history"; }; - enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; syntaxHighlighting.enable = true; shellAliases = {