diff --git a/modules/home-manager/ghostty.nix b/modules/home-manager/ghostty.nix index efd49758..28299757 100644 --- a/modules/home-manager/ghostty.nix +++ b/modules/home-manager/ghostty.nix @@ -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}"; };