From 7a1506eab31b85d9efbc132a4b923d34c8da473e Mon Sep 17 00:00:00 2001 From: philip-peterson <1326208+philip-peterson@users.noreply.github.com> Date: Mon, 4 May 2026 06:09:38 -0800 Subject: [PATCH] Resolve warnings --- nixos/system/home/shared.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 1ea7e34..0645f99 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -36,7 +36,7 @@ joinedString = lib.concatStringsSep " " pubKeys; in { imports = [ - nix-index-database.hmModules.nix-index + nix-index-database.homeModules.nix-index ]; home = { @@ -123,6 +123,7 @@ in { enable = true; autocd = true; enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; defaultKeymap = "emacs"; history.size = 10000;