1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

termite: use vte-ng at pkgs.termite.vte-ng (#865)

This commit is contained in:
Wael Nasreddine 2019-10-12 11:39:33 -07:00 committed by GitHub
parent 90bf989002
commit b1d8c0f9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ let
vteInitStr = ''
# See https://github.com/thestinger/termite#id1
if [[ $TERM == xterm-termite ]]; then
. ${pkgs.gnome3.vte-ng}/etc/profile.d/vte.sh
. ${pkgs.termite.vte-ng}/etc/profile.d/vte.sh
fi
'';