{ config , ... }: { programs.zoxide = { enable = true; }; home.shellAliases = { cd = "z" }; }