mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
8 lines
144 B
Nix
8 lines
144 B
Nix
{
|
|
programs.wezterm = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
enableBashIntegration = true;
|
|
# TODO wezterm config
|
|
};
|
|
}
|