.dotfiles/dot_config/flake/home/ghostty.nix
2025-07-18 23:06:28 -04:00

9 lines
149 B
Nix

{...}: {
programs.ghostty = {
enable = true;
settings = {
theme = "dark:catppuccin-macchiato,light:catppuccin-latte";
};
};
}