diff --git a/home.nix b/home.nix index 09de80a..bf699c3 100644 --- a/home.nix +++ b/home.nix @@ -35,7 +35,7 @@ in file htop hyfetch - nvtop + nvtopPackages.full topgrade keymapp diff --git a/zsh.nix b/zsh.nix index 3062375..fbc80c7 100644 --- a/zsh.nix +++ b/zsh.nix @@ -4,7 +4,7 @@ programs.zsh = { enable = true; dotDir = ".config/zsh"; - enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; autocd = true; defaultKeymap = "viins";