This commit is contained in:
2026-08-02 01:38:50 +01:00
parent b8c6862880
commit 47c31cc539
12 changed files with 321 additions and 229 deletions
+5 -1
View File
@@ -2,7 +2,8 @@
den,
modules,
...
}: {
}:
{
modules.kitty = {
homeManager = {
programs.kitty = {
@@ -16,6 +17,9 @@
background_opacity = 0.6;
cursor_trail = 1;
auto_reload_config = -1;
input_delay = 1;
repaint_delay = 2;
wayland_enable_ime = "no";
};
};
};