mirror of
https://github.com/nix-community/home-manager
synced 2024-12-24 02:39:48 +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 = ''
|
||||
# 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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue