mako: border radius and timeout

This commit is contained in:
Vinzenz Schroeter 2025-11-11 17:24:45 +01:00
parent c0b36e1e1f
commit e8f183276d

View file

@ -1,3 +1,9 @@
{ {
services.mako.enable = true; services.mako = {
enable = true;
settings = {
border-radius = 15;
default-timeout = 30 * 1000;
};
};
} }