diff --git a/home/kakoune/kak.nix b/home/kakoune/kak.nix index 433ad92..ffeb5fe 100644 --- a/home/kakoune/kak.nix +++ b/home/kakoune/kak.nix @@ -197,6 +197,23 @@ in map global normal ': enter-user-mode -lock mirror' ''; } + { + name = "unicode-math"; + src = pkgs.fetchFromGitHub { + owner = "natsukagami"; + repo = "kakoune-unicode-math"; + rev = "75b25c507234addd6e56f7cbd9b913357c322004"; + # sha256 = lib.fakeSha256; + sha256 = "sha256-MG0jzFBVudEjQ2OIBr+MipYjXCvWFSk1q+q8YsO4jLo="; + fetchSubmodules = true; + }; + activationScript = '' + require-module unicode-math + + # Bind to the menu + map global insert ': insert-unicode ' + ''; + } ]; } diff --git a/home/modules/programs/my-kitty/darwin.nix b/home/modules/programs/my-kitty/darwin.nix index 2209904..139d6dc 100644 --- a/home/modules/programs/my-kitty/darwin.nix +++ b/home/modules/programs/my-kitty/darwin.nix @@ -47,7 +47,7 @@ with lib; { settings = { # Tab settings - tab_bar_edge = "bottom"; + tab_bar_edge = "top"; tab_bar_style = "powerline"; tab_powerline_style = "slanted"; tab_title_template = "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.lightgreen}{fmt.bold}[{index}]{fmt.nobold} {fmt.fg.tab}{title}";