From f29596ffa2a8b8c2713a81bb9916696ab32311f8 Mon Sep 17 00:00:00 2001 From: joy Date: Mon, 14 Oct 2024 15:31:22 +0200 Subject: [PATCH] auto sus --- modules/programs/home/zsh/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/programs/home/zsh/default.nix b/modules/programs/home/zsh/default.nix index 33bd185..fecd93e 100644 --- a/modules/programs/home/zsh/default.nix +++ b/modules/programs/home/zsh/default.nix @@ -3,6 +3,7 @@ enable = true; syntaxHighlighting.enable = true; enableCompletion = true; + autosuggestion.enable = true; dotDir = ".config/zsh"; shellAliases = { @@ -25,7 +26,7 @@ history.path = ".config/zsh/history"; oh-my-zsh = { enable = true; - plugins = ["git" "history-substring-search" "autosuggestion"]; + plugins = ["git" "history-substring-search"]; theme = "simple"; }; };