diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-09-01T21·52+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-09-03T13·45+0000 |
commit | 9ea1862750d400df325128f512c5ebc5f3438994 (patch) | |
tree | f8e99f2263d88b421fc30ac343f95ca60a117761 | |
parent | 6cfae6c42300ffc4461d720040bcb74798832e46 (diff) |
fix(tazjin/nixos): replace wezterm with alacritty again r/8642
wezterm has very strange rendering bugs which I have no interest in debugging Change-Id: I59a068df9b4474830ba4706bf8e626b45cd015f0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12424 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r-- | users/tazjin/nixos/modules/desktop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/desktop.nix b/users/tazjin/nixos/modules/desktop.nix index e9c064cdc7d5..7475a9804e34 100644 --- a/users/tazjin/nixos/modules/desktop.nix +++ b/users/tazjin/nixos/modules/desktop.nix @@ -35,11 +35,11 @@ swaylock # support tooling + alacritty qt5.qtwayland sfwbar swayidle wdisplays - wezterm wl-mirror xfce.xfce4-appfinder ]; |