From bae3d50688832a7a2e72d7003ddfedfb735a0b0c Mon Sep 17 00:00:00 2001 From: John Axel Eriksson Date: Tue, 26 Nov 2024 17:11:20 +0100 Subject: [PATCH] feat: wezterm bling on macs (#1031) --- users/profiles/wezterm/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 "" }