#+title: GhosTTY Configuration This terminal emulator seems over-hyped, but I'm trying it anyways. #+begin_src nix { config, pkgs, ... }: { home.file."./.config/ghostty/config".text = '' font-family = "SauceCodePro Nerd Font" font-size = 50 ''; } #+end_src