feat(nix): enable WezTerm support on Darwin systems

- Added a module to configure WezTerm with an enable option and system package inclusion.
- Enabled WezTerm for aarch64-darwin systems and updated base system packages.
- Improves terminal experience by integrating WezTerm into the Darwin configurations.
This commit is contained in:
Harald Hoyer 2026-02-11 21:09:09 +01:00
parent 3633e3995c
commit 64ed5ca881
3 changed files with 21 additions and 0 deletions

View file

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