Fix kitty somewhat
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user