mako time fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-18 19:18:54 +02:00
parent eee10802bb
commit 72e98a6285

View File

@@ -7,10 +7,10 @@
];
services.mako = {
enable = true;
defaultTimeout = 5;
defaultTimeout = 10000; # in ms
backgroundColor = "#${rice.color.background}";
textColor = "#${rice.color.foreground}";
borderColor = "#${rice.color.border}";
font = "#${rice.font.code.name}";
font = rice.font.code.name;
};
}