{ pkgs, inputs, ... }: { xdg.configFile."ghostty/config".text = '' theme=3024 Day window-decoration=false confirm-close-surface=false shell-integration=fish command=fish keybind = unconsumed:ctrl+tab=unbind font-family = iosevka ''; xdg.configFile."ghostty/themes" = { source = ./ghostty-themes; recursive = true; }; }