Loading
nixos/dunst: fix config format
dunst expects config values to be double quoted, toml uses singe quotes, ini does not uses quotes at all Upstream dust even calls it file for the config parser. `ini.c`: https://github.com/dunst-project/dunst/blob/master/src/ini.c