8e886e9135
This is incomplete and does not currently work on my personal machine, due to how NixOS handles pip.
7 lines
162 B
EmacsLisp
7 lines
162 B
EmacsLisp
;;; packages.el -*- lexical-binding: t; -*-
|
|
|
|
(package! ob-mermaid)
|
|
|
|
(package! chatgpt
|
|
:recipe (:host github :repo "joshcho/ChatGPT.el" :files ("dist" "*.el")))
|