{ pkgs, lib, hostname, ... }: { home.file.".config/ghostty/config" = { source = ./config; }; programs.ghostty = { enable = true; }; }