nixos-config/modules/home-manager/terminal/wezterm/default.nix
2024-07-15 12:09:17 +09:00

8 lines
99 B
Nix

{ pkgs, ... }:
{
programs.wezterm = {
enable = true;
enableZshIntegration = true;
};
}