#+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-thicken = true theme = "Unikitty" window-decoration = true macos-option-as-alt = true quit-after-last-window-closed = true macos-window-shadow = false macos-icon = "custom-style" macos-icon-frame = "beige" macos-icon-ghost-color = "#f891D6" macos-icon-screen-color = "#0B0B0B" auto-update = "off" ''; } #+end_src