nixos/fzf: fix evaluation if ohMyZsh is enabled
This commit is contained in:
@@ -26,7 +26,7 @@ in
|
|||||||
source ${pkgs.fzf}/share/fzf/key-bindings.zsh
|
source ${pkgs.fzf}/share/fzf/key-bindings.zsh
|
||||||
'');
|
'');
|
||||||
|
|
||||||
programs.zsh.ohMyZsh.plugins = optional (cfg.keybindings || cfg.fuzzyCompletion) [ "fzf" ];
|
programs.zsh.ohMyZsh.plugins = lib.mkIf (cfg.keybindings || cfg.fuzzyCompletion) [ "fzf" ];
|
||||||
};
|
};
|
||||||
meta.maintainers = with maintainers; [ laalsaas ];
|
meta.maintainers = with maintainers; [ laalsaas ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user