fix: make wezterm use x11 as it broke again! :)
This commit is contained in:
parent
5547c1a100
commit
c645cb6c6a
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.wezterm = {
|
programs.wezterm = {
|
||||||
|
|
|
@ -2,6 +2,7 @@ local wezterm = require("wezterm")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
color_scheme = "Catppuccin Frappe",
|
color_scheme = "Catppuccin Frappe",
|
||||||
|
enable_wayland = false, -- Unfortunately broken on Hyprland, AGAIN
|
||||||
font = wezterm.font("FantasqueSansM Nerd Font"),
|
font = wezterm.font("FantasqueSansM Nerd Font"),
|
||||||
font_size = 13,
|
font_size = 13,
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
|
|
Loading…
Reference in a new issue