{ config, lib, ... }: lib.mkIf config.programs.zoxide.enable { programs = { zoxide = { enableZshIntegration = true; }; }; }