From 74f970541bb6d9d325003654e0cd2c85ab4c0dc1 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 23 May 2024 17:38:31 -0500 Subject: [PATCH] 24.05 deprecation warnings --- home.nix | 2 +- zsh.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";