(mirror) personal dotfiles github.com/crescentrose/dotfiles
at main 16 lines 440 B view raw
1# TODO: Ghostty is not packaged for macOS in Nix, so we can't use the same 2# config. This should be fixed. 3{ 4 programs.ghostty = { 5 enable = true; 6 enableZshIntegration = true; 7 8 settings = { 9 theme = "dark:Catppuccin Macchiato,light:Catppuccin Latte"; 10 font-family = "Maple Mono NF"; 11 font-size = 12; 12 command = "/usr/bin/env nu"; 13 app-notifications = "no-clipboard-copy,no-config-reload"; 14 }; 15 }; 16}