From c7fdc18c0c85037f689a3a3b87f8c4572c36f176 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 22 Oct 2018 19:16:50 +0200 Subject: [PATCH] Correctifs maj 18.09 --- systems/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/common.nix b/systems/common.nix index c159b2a..4a6f57b 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -62,7 +62,7 @@ users.defaultUserShell = pkgs.zsh; programs.zsh = { enable = true; - enableAutosuggestions = true; + autosuggestions.enable = true; enableCompletion = true; syntaxHighlighting.enable = true; interactiveShellInit = ''