configuration.nix/modules/home/programs/kitty/default.nix

11 lines
167 B
Nix
Raw Normal View History

2023-11-18 11:39:46 +01:00
{
programs.kitty = {
enable = true;
settings = {
enable_tab_bar = false;
background_opacity = "0.96";
cursor_shape = "beam";
};
};
}