Commit 48b23610f3e6

Vincent Demeester <vincent@sbr.pm>
2025-11-20 10:35:23
chore: remove TERM override in kitty
This is something I probably don't need to set anymore. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8b6e422
Changed files (1)
home
common
desktop
home/common/desktop/kitty.nix
@@ -3,7 +3,6 @@ _: {
     enable = true;
     shellIntegration.enableZshIntegration = true;
     settings = {
-      term = "xterm-256color";
       close_on_child_death = "yes";
       font_family = "JetBrains Mono";
       tab_bar_edge = "top";