From e3ae68f7a0ab8fd8b16e17059a11b096c00b9980 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sat, 16 Mar 2024 11:14:06 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8Fanother=20day,=20another?= =?UTF-8?q?=20deprecated=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 12 ++++++------ modules/zsh.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 24a2379..b2a4c46 100644 --- a/flake.lock +++ b/flake.lock @@ -80,11 +80,11 @@ ] }, "locked": { - "lastModified": 1710336510, - "narHash": "sha256-mT/Z1AseVhhiFooCu2J7wudx+FivkRrlRBW0iBC2V/o=", + "lastModified": 1710532761, + "narHash": "sha256-SUXGZNrXX05YA9G6EmgupxhOr3swI1gcxLUeDMUhrEY=", "owner": "nix-community", "repo": "home-manager", - "rev": "383296ffa45b539c28bf79ec2a272f652838ddd1", + "rev": "206f457fffdb9a73596a4cb2211a471bd305243d", "type": "github" }, "original": { @@ -95,11 +95,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1710283812, - "narHash": "sha256-F+s4//HwNEXtgxZ6PLoe5khDTmUukPYbjCvx7us2vww=", + "lastModified": 1710534455, + "narHash": "sha256-huQT4Xs0y4EeFKn2BTBVYgEwJSv8SDlm82uWgMnCMmI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "73bf415737ceb66a6298f806f600cfe4dccd0a41", + "rev": "9af9c1c87ed3e3ed271934cb896e0cdd33dae212", "type": "github" }, "original": { diff --git a/modules/zsh.nix b/modules/zsh.nix index dd0c9b1..46c42b3 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -22,7 +22,7 @@ _: zsh = { enable = true; - enableAutosuggestions = true; + autosuggestion.enable = true; enableCompletion = true; oh-my-zsh = { enable = true;