mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
9 lines
149 B
Nix
9 lines
149 B
Nix
{...}: {
|
|
programs.ghostty = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
theme = "dark:catppuccin-macchiato,light:catppuccin-latte";
|
|
};
|
|
};
|
|
}
|