about summary refs log tree commit diff stats
path: root/nix-conf/home/includes
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-05 15:21:54 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-05 15:21:54 +0100
commit5326b5aeb3238ad07e8f47df907ca2c1214a0b11 (patch)
treee7dc17c15c4fbbb593d034c4a21602e77c3f1cb9 /nix-conf/home/includes
parent70a88e1ac1ec05d7e1f773fd5a44fdfb41a729e6 (diff)
downloaddotfiles-5326b5aeb3238ad07e8f47df907ca2c1214a0b11.tar.gz
enableAutosuggestions -> autosuggestion.enable (zsh)
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r--nix-conf/home/includes/zsh.nix2
1 files changed, 1 insertions, 1 deletions
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;