nix/stylix/themes/green/home-manager/ghostty.nix

5 lines
121 B
Nix
Raw Normal View History

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