nix/stylix/themes/sakura-day/home-manager/ghostty.nix
2025-01-06 13:10:52 -08:00

4 lines
126 B
Nix

{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "catpuccin-latte";
stylix.targets.ghostty.enable = false;
}