feat(homeModules/desktop): make default timeout for mako 10 seconds
This commit is contained in:
parent
c51bf01f77
commit
67b5913c24
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
home.sessionVariables.NOTIFICATION_DAEMON = "mako";
|
||||
services.mako = {
|
||||
enable = true;
|
||||
settings = { };
|
||||
settings = {
|
||||
default-timeout = 10000;
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue