From 96c330813fd10f647d3f49e6915066be5d2c2993 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 22 Mar 2024 17:28:26 +0000 Subject: [PATCH] xterm: remove xdg-terminal-exec updated recently, and it seems to prefer xterm over alacritty for some reason --- hosts/modules/gui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/gui/default.nix b/hosts/modules/gui/default.nix index 561b0c61c..a2729777b 100644 --- a/hosts/modules/gui/default.nix +++ b/hosts/modules/gui/default.nix @@ -173,7 +173,7 @@ in "tor-browser" # x86-only # "vlc" "wireshark" # could maybe ship the cli as sysadmin pkg - "xterm" # requires Xwayland + # "xterm" # requires Xwayland # "zecwallet-lite" # x86-only ] );