From 7259999f4f2ece46a21497df12add038cddca536 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sat, 15 Aug 2020 00:15:25 +0200 Subject: [PATCH] chore(alacritty): update comment --- home/shell/terminal.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/home/shell/terminal.nix b/home/shell/terminal.nix index 4206fb9..37b4506 100644 --- a/home/shell/terminal.nix +++ b/home/shell/terminal.nix @@ -7,10 +7,8 @@ let ''; in { - # doesn't support font ligatures yet - # emoji support needs to be setup - # use with tabbed for tab support: tabbed -c alacritty --embed - # TODO create PR for adding programs.alacritty.package + # doesn't support font ligatures & undercurls + # start with tabbed (need to override alacritty package) programs.alacritty = { enable = true; settings = recursiveUpdate {