{pkgs, ...}: { home-manager = { users.toast.programs.eza = { enable = true; enableBashIntegration = true; }; }; }