nix/stylix/themes/tokyo-night/home-manager/ghostty.nix

5 lines
127 B
Nix
Raw Normal View History

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