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