home-manager @ f2ca5f8340d7b8360298931f56194f1db1f7ee6b

 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}