{ pkgs, lib, hostname, ... }: { programs.wezterm = { enable = true; enableZshIntegration = true; }; }