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:
parent
90bf989002
commit
b1d8c0f9c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue