{ pkgs, lib, ... }: { programs.ghostty = { enable = true; package = lib.mkForce (pkgs.runCommand "ghostty-stub" { } "mkdir -p $out"); enableZshIntegration = true; settings = { theme = "Catppuccin Macchiato"; background-opacity = "0.95"; }; }; }