#+title: GhosTTY Configuration This terminal emulator seems over-hyped, but I'm trying it anyways. #+begin_src nix { config, pkgs, ... }: { programs.ghostty = { enable = true; enableZshIntegration = true; }; } #+end_src