diff options
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 4059b5f..5b180f1 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -446,7 +446,7 @@ libraries/software/operating systems (("API_HASH = .*") "API_HASH = os.getenv(\"TG_API_HASH\")\n") (("NOTIFY_CMD = .*") - "NOTIFY_CMD = \"notify-send -a tg -i {icon_path} {title} '{subtitle}|{msg}'\"\n") + "NOTIFY_CMD = \"notify-send -a tg -i {icon_path} {title} '{msg}'\"\n") (("LONG_MSG_CMD = .*") "LONG_MSG_CMD = \"vi {file_path}\"\n"))))))) (native-inputs |