home-manager @ 020629e8c51bd0d3fa3eacc49ef35817a1fc225b

 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
11    [urgency=high]
12    background-color=#bf616a
13    border-size=0
14    default-timeout=0
15  '';
16}