zoxide: adding missing `meta.mainProgram`

+1
+1
pkgs/tools/misc/zoxide/default.nix
··· 44 changelog = "https://github.com/ajeetdsouza/zoxide/raw/v${version}/CHANGELOG.md"; 45 license = with licenses; [ mit ]; 46 maintainers = with maintainers; [ ysndr cole-h SuperSandro2000 ]; 47 }; 48 }
··· 44 changelog = "https://github.com/ajeetdsouza/zoxide/raw/v${version}/CHANGELOG.md"; 45 license = with licenses; [ mit ]; 46 maintainers = with maintainers; [ ysndr cole-h SuperSandro2000 ]; 47 + mainProgram = "zoxide"; 48 }; 49 }