summaryrefslogtreecommitdiff
path: root/home/environ.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/environ.nix')
-rw-r--r--home/environ.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/environ.nix b/home/environ.nix
index f03c841..60d618a 100644
--- a/home/environ.nix
+++ b/home/environ.nix
@@ -43,7 +43,7 @@ in
programs = {
zsh = {
enable = true;
- enableAutosuggestions = true;
+ autosuggestion.enable = true;
syntaxHighlighting.enable = true;
initExtra = import ./zshrc.nix pkgs;
};