mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
9 lines
195 B
Nix
9 lines
195 B
Nix
{
|
|
programs.wezterm = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
enableBashIntegration = true;
|
|
# TODO wezterm config
|
|
extraConfig = builtins.readFile ./wezterm.lua;
|
|
};
|
|
}
|