From 34cad2a9447d88b8c0e7e8cacc6e19b24be54fd9 Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 14 Mar 2026 20:23:19 +0100 Subject: [PATCH] fix(omz): replace initBeforeCompInit due to deprication --- modules/home-manager/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 0bbbbbe..17f3f58 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, ... }: +{ config, lib, pkgs, inputs, ... }: { # configure z-shell to use omz with some plugins @@ -13,7 +13,7 @@ plugins = [ "git" "ssh-agent" "gpg-agent" ]; }; # only display a fancy theme when glyphs are rendered - initExtraBeforeCompInit = '' + initContent = lib.mkOrder 550 '' if [[ "$TERM" == "linux" || "$TERM" == "screen" ]]; then ZSH_THEME="gentoo" else