From cb1ad1c87c7e37242dd84399f0520036df185026 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 19 May 2024 11:40:29 +0200 Subject: [PATCH] Enable zsh autosuggestions --- nix/module/home-manager.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/module/home-manager.nix b/nix/module/home-manager.nix index c56758d..98d841c 100644 --- a/nix/module/home-manager.nix +++ b/nix/module/home-manager.nix @@ -157,6 +157,7 @@ zsh = { enable = true; enableCompletion = true; + enableAutosuggestions = true; initExtra = '' eval "$(/opt/homebrew/bin/brew shellenv)" '';