7 lines
98 B
Nix
7 lines
98 B
Nix
{
|
|
services.mako = {
|
|
enable = true;
|
|
defaultTimeout = 5000;
|
|
layer = "overlay";
|
|
};
|
|
}
|