1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-04 18:29:45 +01: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 = '' vteInitStr = ''
# See https://github.com/thestinger/termite#id1 # See https://github.com/thestinger/termite#id1
if [[ $TERM == xterm-termite ]]; then if [[ $TERM == xterm-termite ]]; then
. ${pkgs.gnome3.vte-ng}/etc/profile.d/vte.sh . ${pkgs.termite.vte-ng}/etc/profile.d/vte.sh
fi fi
''; '';