7 lines
141 B
Nix
7 lines
141 B
Nix
{
|
|
flake.modules.darwin.graphical.homebrew = {
|
|
enable = true;
|
|
onActivation.cleanup = "uninstall";
|
|
casks = [ "ghostty" ];
|
|
};
|
|
}
|