5 lines
139 B
Nix
5 lines
139 B
Nix
{
|
|
home.sessionVariables.NOTIFICATION_DAEMON = "mako";
|
|
services.mako.enable = true;
|
|
services.mako.settings.default-timeout = 10000;
|
|
}
|