From 8ff90c392ce008708b494867b26c2922731925b5 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Thu, 26 Aug 2021 16:49:10 +0200 Subject: wezterm: load shell integration automatically which follows the upstream RPM packaging https://github.com/wez/wezterm/blob/main/ci/deploy.sh#L83-L121 --- pkgs/applications/terminal-emulators/wezterm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/terminal-emulators') diff --git a/pkgs/applications/terminal-emulators/wezterm/default.nix b/pkgs/applications/terminal-emulators/wezterm/default.nix index e67e28662fd10..19e3a1c37e161 100644 --- a/pkgs/applications/terminal-emulators/wezterm/default.nix +++ b/pkgs/applications/terminal-emulators/wezterm/default.nix @@ -82,7 +82,7 @@ rustPlatform.buildRustPackage rec { install -Dm644 assets/wezterm.appdata.xml $out/share/metainfo/org.wezfurlong.wezterm.appdata.xml # helper scripts - install -Dm644 assets/shell-integration/wezterm.sh $out/share/wezterm/shell-integration/wezterm.sh + install -Dm644 assets/shell-integration/wezterm.sh -t $out/etc/profile.d ''; preFixup = lib.optionalString stdenv.isLinux '' -- cgit 1.4.1