{ config, inputs, pkgs, ... }: {
  programs.kitty = {
    enable = true;
    settings = {
      editor = config.home.sessionVariables.EDITOR;
      window_padding_width = 10;
    };
  };
}