mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix: wexterm renders blocks of color instead of text
https://github.com/wez/wezterm/issues/5990
This commit is contained in:
parent
e72d4eb548
commit
83c9393837
@ -119,6 +119,9 @@
|
|||||||
font = wezterm.font('${font}', { weight = 'Bold'}),
|
font = wezterm.font('${font}', { weight = 'Bold'}),
|
||||||
font_size = ${if pkgs.stdenv.isLinux then "14.0" else "18.0"},
|
font_size = ${if pkgs.stdenv.isLinux then "14.0" else "18.0"},
|
||||||
|
|
||||||
|
-- Fix color blocks instead of text
|
||||||
|
front_end = "WebGpu",
|
||||||
|
|
||||||
-- Tab Bar
|
-- Tab Bar
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
window_frame = {
|
window_frame = {
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
inputs: _final: prev: {
|
|
||||||
|
|
||||||
stu = prev.rustPlatform.buildRustPackage {
|
|
||||||
pname = "stu";
|
|
||||||
version = "0.5.0";
|
|
||||||
src = inputs.stu;
|
|
||||||
cargoHash = "sha256-gUolS7HXkTddxDWDGir4YC+2tJjgB/CCQC49SSRaR6U=";
|
|
||||||
buildInputs =
|
|
||||||
if prev.stdenv.isDarwin then
|
|
||||||
[
|
|
||||||
prev.darwin.apple_sdk.frameworks.CoreGraphics
|
|
||||||
prev.darwin.apple_sdk.frameworks.AppKit
|
|
||||||
]
|
|
||||||
else
|
|
||||||
[ ];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user