Skip to content

Commit

Permalink
feat: wezterm bling on macs (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae authored Nov 26, 2024
1 parent 28d7366 commit bae3d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/profiles/wezterm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
}
Expand Down

0 comments on commit bae3d50

Please sign in to comment.