{ pkgs, ... }: { # A command-line file manager programs.yazi = { enable = true; enableZshIntegration = true; shellWrapperName = "y"; }; }