Set ntfy repo, require in config.el

This commit is contained in:
Evie Litherland-Smith 2023-10-22 08:26:02 +01:00
parent fc9b85992d
commit 4df046c0d4
2 changed files with 5 additions and 2 deletions

View file

@ -70,6 +70,7 @@
ntfy-topic "UhrNGphnSKCpCnk8"
ntfy-header "Notification from emacs"
ntfy-tags "purple_circle,loudspeaker"))
(require 'ntfy)
;; projectile auto-discover projects
(after! projectile

View file

@ -1,8 +1,10 @@
;; -*- no-byte-compile: t; -*-
;;; $DOOMDIR/packages.el
(package! pdf-tools :built-in 'prefer)
(package! pdf-tools
:built-in 'prefer)
(package! pocket-reader)
(package! elfeed-tube)
(package! mpv)
(package! ntfy)
(package! ntfy
:recipe (:host sourcehut :repo "shom/ntfy"))