From 8508dbfac899a05b51a17f3a5181331b19ef7ba4 Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 3 Nov 2023 04:50:40 +0100 Subject: [PATCH] fixed spelling --- base-system/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-system/home.nix b/base-system/home.nix index 3440db3..405f87f 100644 --- a/base-system/home.nix +++ b/base-system/home.nix @@ -36,7 +36,7 @@ zsh = { enable = true; - enabelAutosuggestions = true; + enableAutosuggestions = true; enableCompletion = true; enableVteIntegration = true; dotDir = ".config/zsh";