Switch to wezterm
This commit is contained in:
parent
73ecf80653
commit
caa225e749
4 changed files with 34 additions and 42 deletions
|
@ -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 = [
|
||||
{
|
||||
|
|
|
@ -5,7 +5,6 @@ let
|
|||
inherit (pkgs)
|
||||
fzy
|
||||
jq
|
||||
kitty
|
||||
libqalculate
|
||||
nix
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue