From cad0239cc92b4e26adb9d60f9fbc35f6c0c64a17 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 27 Apr 2024 15:40:33 -0500 Subject: [PATCH] Compatibility for stable nixpkgs installs --- user/shell/sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/shell/sh.nix b/user/shell/sh.nix index c12635c..ea6a861 100644 --- a/user/shell/sh.nix +++ b/user/shell/sh.nix @@ -16,7 +16,7 @@ in { programs.zsh = { enable = true; - autosuggestion.enable = true; + enableAutosuggestions = true; syntaxHighlighting.enable = true; enableCompletion = true; shellAliases = myAliases;