{ pkgs, config, ... }: { programs.zoxide = { enable = true; enableFishIntegration = true; options = [ "--cmd cd" ]; }; }