{ config, lib, ... }: let cfg = config.sils.ghostty; in { options.sils.ghostty.enable = lib.mkEnableOption "the ghostty terminal emulator"; config = lib.mkIf cfg.enable { programs.ghostty = { enable = true; enableZshIntegration = true; }; }; }