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:
parent
3633e3995c
commit
64ed5ca881
3 changed files with 21 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ with lib.metacfg;
|
|||
tools = {
|
||||
direnv.enable = true;
|
||||
alacritty.enable = true;
|
||||
wezterm.enable = true;
|
||||
};
|
||||
build.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue