4 lines
121 B
Nix
4 lines
121 B
Nix
{ lib, ... }: {
|
|
programs.ghostty.settings.theme = lib.mkForce "Ayu Mirage";
|
|
stylix.targets.ghostty.enable = false;
|
|
}
|