diff --git a/users/profiles/wezterm/default.nix b/users/profiles/wezterm/default.nix index 002f9fcd..6a439b8b 100644 --- a/users/profiles/wezterm/default.nix +++ b/users/profiles/wezterm/default.nix @@ -45,6 +45,8 @@ in { if pkgs.stdenv.isDarwin then '' config.front_end = "WebGpu" + config.window_background_opacity = 0.9 + config.macos_window_background_blur = 20 '' else "" }