Skip to content

Commit

Permalink
feat: fix wezterm rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
hey2022 committed Oct 3, 2024
1 parent 68866fb commit bb550a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion home/desktop/sway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
../pipewire.nix
../waybar.nix
../wayvnc.nix
../terminal/wezterm.nix
../terminal/wezterm
../terminal/foot
];

Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions home/desktop/terminal/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local wezterm = require 'wezterm'

local config = wezterm.config_builder()

config.front_end = "WebGpu"

return config

0 comments on commit bb550a0

Please sign in to comment.