From 76b73940085aa7fb7eb580f5e53bf39a51c73411 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 8 Oct 2024 12:07:30 -0700 Subject: [PATCH] chore: improve kitty config --- users/youwen/linux/programs/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/youwen/linux/programs/default.nix b/users/youwen/linux/programs/default.nix index 6e9df0b..57ce664 100644 --- a/users/youwen/linux/programs/default.nix +++ b/users/youwen/linux/programs/default.nix @@ -8,11 +8,12 @@ enable = true; theme = "Tokyo Night"; font.name = "CaskaydiaCove Nerd Font"; + shellIntegration.enableFishIntegration = true; + shellIntegration.enableBashIntegration = true; settings = { font_size = 12; window_padding_width = "8 8 0"; confirm_os_window_close = -1; - shell_integration = "enabled"; enable_audio_bell = "no"; background_opacity = "0.8"; allow_remote_control = "socket-only";