fix(kitty): bad tab bar display

Fixed in kitty 0.35.1: Fix a regression in 0.34 that caused the tab bar
to not render in second and subsequent OS Windows under Hyprland
(https://github.com/kovidgoyal/kitty/issues/7413)
This commit is contained in:
Khaïs COLIN 2024-09-04 12:22:59 +02:00
parent 3f0ed81c2a
commit 4674308779
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, nixvim, river-shifttags, ... }: let
{ pkgs, nixvim, river-shifttags, kitty-unstable, ... }: let
username = "khais";
in {
imports = [
@ -112,6 +112,7 @@ in {
};
programs.kitty = {
package = kitty-unstable;
enable = true;
keybindings = {
"super+shift+enter" = "new_os_window_with_cwd";