Switch to wezterm

This commit is contained in:
Charlotte Van Petegem 2022-06-27 14:18:30 +02:00
parent 73ecf80653
commit caa225e749
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 34 additions and 42 deletions

View file

@ -73,8 +73,8 @@ in
down = "j";
up = "k";
right = "l";
terminal = "${pkgs.kitty}/bin/kitty";
menu = "${terminal} --class launcher -e ${launcher}/bin/launcher";
terminal = "${pkgs.wezterm}/bin/wezterm";
menu = "${terminal} start --class launcher -- ${launcher}/bin/launcher";
fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; };
bars = [
{

View file

@ -5,7 +5,6 @@ let
inherit (pkgs)
fzy
jq
kitty
libqalculate
nix
pass