1{
2 pkgs,
3 inputs,
4 ...
5}: {
6 xdg.configFile."mako/config".text = ''
7 border-size=0
8 font=monospace 14
9 default-timeout=15000
10 on-notify=exec mpv /usr/share/sounds/freedesktop/stereo/message.oga
11
12 [urgency=high]
13 background-color=#bf616a
14 border-size=0
15 default-timeout=0
16 '';
17}