{ flake.modules.homeManager.shell = { programs.zoxide = { enable = true; options = [ "--cmd cd" ]; enableZshIntegration = true; }; }; }