nixos/home/emacs/modules/custom-ntfy-config.el

8 lines
202 B
EmacsLisp
Raw Normal View History

(setq ntfy-server "https://ntfy.xenia.me.uk"
ntfy-topic "UhrNGphnSKCpCnk8"
ntfy-header "Notification from emacs"
ntfy-tags "purple_circle,loudspeaker")
(require 'ntfy)
(provide 'custom-ntfy-config)