{ pkgs, ... }: { programs.kitty = { enable = true; shellIntegration.mode = "enabled"; theme = "Tomorrow Night"; environment = { DIRENV_LOG_FORMAT = ""; }; }; }