nix-darwin/home/terminal.nix
2026-03-15 02:50:10 +09:00

7 lines
118 B
Nix

{
programs.wezterm = {
enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
};
}