mako time fix
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user