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;