Fix kitty somewhat

This commit is contained in:
2023-06-07 00:17:43 +01:00
parent 8004fa6afd
commit 6ce762a34b
2 changed files with 91 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
{pkgs, ...}: {
home.file.".config/kitty/catppuccin.conf" = {
source = ./catppuccin.conf;
};
programs.kitty = {
enable = true;
font = {
@@ -16,6 +19,13 @@
"disable_ligatures" = "always";
"enable_audio_bell" = "no";
"tab_bar_margin_width" = "10";
"tab_bar_margin_height" = "0 1";
"tab_bar_edge" = "top";
"tab_bar_style" = "powerline";
"tab_powerline_style" = "slanted";
# "foreground" = "#f8f8f2";
# "background" = "#282a36";
# "selection_foreground" = "#ffffff";