From 40bdcae54a2dec676993672d8a06a1bc75ec368c Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 23 Mar 2024 20:43:06 +0100 Subject: refactor(treewide): Update to new modules names (and simplify some code) --- hm/soispha/conf/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/zsh/default.nix') diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix index fc0387aa..45d4fe46 100644 --- a/hm/soispha/conf/zsh/default.nix +++ b/hm/soispha/conf/zsh/default.nix @@ -13,7 +13,7 @@ home.sessionPath = []; programs.zsh = { enable = true; - enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; syntaxHighlighting.enable = true; -- cgit 1.4.1