MOCHA
This commit is contained in:
+15
-13
@@ -1,17 +1,19 @@
|
||||
{pkgs, termFont, ...}: {
|
||||
programs.kitty.enable = true;
|
||||
programs.kitty.settings = {
|
||||
{termFont, ...}: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
window_padding_width = 10;
|
||||
|
||||
confirm_os_window_close = 0;
|
||||
window_padding_width = 10;
|
||||
|
||||
font_size = 12.0;
|
||||
font_family = termFont;
|
||||
font_size = 12.0;
|
||||
font_family = termFont;
|
||||
|
||||
# optimization
|
||||
input_delay = 0;
|
||||
repaint_delay = 2;
|
||||
sync_to_monitor = false;
|
||||
wayland_enable_ime = false;
|
||||
# optimization
|
||||
input_delay = 0;
|
||||
repaint_delay = 2;
|
||||
sync_to_monitor = false;
|
||||
wayland_enable_ime = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user