diff --git a/modules/dunst.nix b/modules/dunst.nix
index 0980d59..ede7f7b 100644
--- a/modules/dunst.nix
+++ b/modules/dunst.nix
@@ -34,7 +34,7 @@
markup = "full";
origin = "top-right";
offset = "10x10";
- format = "%s''\n%b";
+ format = "%s\\n%b";
alignment = "left";
show_age_threshold = 60;
word_wrap = true;
@@ -89,7 +89,7 @@
appname = "network";
new_icon = "network";
summary = "*";
- format = "%s''\n%b";
+ format = "%s\\n%b";
};
NetworkManager_Applet = {
appname = "NetworkManager Applet";