Skip to content

Commit

Permalink
Add theme file sourcing for ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
natecox committed Jan 3, 2025
1 parent 1071298 commit 7f0ac28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/home-manager/ghostty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ in

config = lib.mkIf cfg.enable {
programs.ghostty = {
themes = {
"catppuccin-${cfg.flavor}" =
catppuccinLib.importINI "${config.catppuccin.sources.ghostty}/catppuccin-${cfg.flavor}.conf";
};

settings = {
theme = "light:catppuccin-${cfg.flavor},dark:catppuccin-${cfg.flavor}";
};
Expand Down

0 comments on commit 7f0ac28

Please sign in to comment.