feat(rialo): disable wezterm in darwin tools

This commit is contained in:
Harald Hoyer 2026-04-02 10:27:46 +02:00
parent 1c26940340
commit 1b4e7003fc

View file

@ -28,6 +28,7 @@ with lib.metacfg;
tools = { tools = {
direnv.enable = true; direnv.enable = true;
alacritty.enable = true; alacritty.enable = true;
wezterm.enable = false;
}; };
build.enable = true; build.enable = true;
}; };