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

4 lines
122 B
Nix

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