From 0f69a9fc8e33e8f46916c3db844ac1a4691a85e5 Mon Sep 17 00:00:00 2001 From: Clement Bouvet Date: Thu, 27 Mar 2025 18:18:37 +0100 Subject: [PATCH] fzf: update zsh integration to be after plugins --- modules/programs/fzf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/fzf.nix b/modules/programs/fzf.nix index 77a431f33..76c5e2c4b 100644 --- a/modules/programs/fzf.nix +++ b/modules/programs/fzf.nix @@ -198,7 +198,7 @@ in { # Still needs to be initialized after oh-my-zsh (order 800), otherwise # omz will take precedence. programs.zsh.initContent = - mkIf cfg.enableZshIntegration (mkOrder 810 zshIntegration); + mkIf cfg.enableZshIntegration (mkOrder 910 zshIntegration); programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration (mkOrder 200 fishIntegration);