From 5326b5aeb3238ad07e8f47df907ca2c1214a0b11 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 5 Jun 2024 15:21:54 +0100 Subject: enableAutosuggestions -> autosuggestion.enable (zsh) --- nix-conf/home/includes/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix-conf/home') diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 49b6b45..4858b62 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -29,7 +29,7 @@ in programs.zsh = { enable = true; enableCompletion = true; - enableAutosuggestions = true; + autosuggestion.enable = true; defaultKeymap = "emacs"; history = { size = 100000; -- cgit 1.4.1-2-gfad0