From 863aaa665b18175909d27d853db9e65fcec06677 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 6 Jul 2025 17:18:44 -0600 Subject: home: fix 25.05 deprecation warnings --- home/baseline/zsh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'home/baseline') diff --git a/home/baseline/zsh.nix b/home/baseline/zsh.nix index 8dd169c..48fdd4a 100644 --- a/home/baseline/zsh.nix +++ b/home/baseline/zsh.nix @@ -6,9 +6,11 @@ in config = { programs.zsh = { enable = true; + autosuggestion.enable = true; syntaxHighlighting.enable = true; - initExtra = import ./zshrc.nix pkgs; + + initContent = lib.mkAfter (import ./zshrc.nix pkgs); }; }; } -- cgit v1.2.3