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

4 lines
121 B
Nix

{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "Ayu Mirage";
stylix.targets.ghostty.enable = false;
}