fix: make wezterm use x11 as it broke again! :)

This commit is contained in:
Alexandre Cavalheiro 2024-03-06 23:20:45 -03:00
parent 5547c1a100
commit c645cb6c6a
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
programs.wezterm = {

View file

@ -2,6 +2,7 @@ local wezterm = require("wezterm")
return {
color_scheme = "Catppuccin Frappe",
enable_wayland = false, -- Unfortunately broken on Hyprland, AGAIN
font = wezterm.font("FantasqueSansM Nerd Font"),
font_size = 13,
hide_tab_bar_if_only_one_tab = true,