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";