From 18a7598f62937bd662eb7ed64225336e2470a4b3 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 8 Nov 2023 11:31:49 +0000 Subject: [PATCH] programs: xdg-terminal-exec: move to gui programs --- hosts/common/programs/assorted.nix | 1 - hosts/modules/gui/default.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index ab7f7a5d..7e0f4bcc 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -164,7 +164,6 @@ in # "unar" "unzip" "wireguard-tools" - "xdg-terminal-exec" "xdg-utils" # for xdg-open # "yarn" "zsh" diff --git a/hosts/modules/gui/default.nix b/hosts/modules/gui/default.nix index 70692c44..20e36766 100644 --- a/hosts/modules/gui/default.nix +++ b/hosts/modules/gui/default.nix @@ -63,6 +63,7 @@ # "tokodon" "tuba" # mastodon/pleroma client (stores pw in keyring) # "whalebird" # pleroma client (Electron). input is broken on phosh. + "xdg-terminal-exec" "xterm" # broken on phosh ]; };