From 58d178c26bbba4bc36630ce23cd43a2d0b75ccb1 Mon Sep 17 00:00:00 2001 From: Inhji Date: Thu, 15 Feb 2024 12:05:28 +0545 Subject: [PATCH] add heaven-and-hell theme switcher --- config/dot_config/doom/packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dot_config/doom/packages.el b/config/dot_config/doom/packages.el index e66039e..47545b0 100644 --- a/config/dot_config/doom/packages.el +++ b/config/dot_config/doom/packages.el @@ -14,6 +14,7 @@ (package! org-auto-tangle) (package! org-habit-stats) (package! catppuccin-theme) +(package! heaven-and-hell) ;; To install a package directly from a remote git repo, you must specify a ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: