nix/stylix/themes/sakura-day/home-manager/ghostty.nix

5 lines
126 B
Nix
Raw Normal View History

2025-01-06 22:10:52 +01:00
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "catpuccin-latte";
stylix.targets.ghostty.enable = false;
}