update notibox url, to my own gitea :3

This commit is contained in:
Miranda Marquez 2024-10-20 09:11:40 -08:00
parent 3f5f61dbff
commit 50c978dfe9

View File

@ -1240,7 +1240,7 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
(power-mode-streak-shake-threshold nil))
(use-package notibox
:if (display-graphic-p)
:ensure (:host github :repo "MitchMarq42/notibox.el")
:ensure (:repo "https://git.marq42.xyz/mir/notibox")
:demand t
:custom (notibox-corner 'topright)
:config (notibox/setup-timer))