nix-config/homes/aarch64-darwin/marshall@canis/doomDir/packages.el

13 lines
385 B
EmacsLisp
Raw Normal View History

2024-08-11 02:26:51 -04:00
;; -*- no-byte-compile: t; -*-
;;; $DOOMDIR/packages.el
;; To install a package with Doom you must declare them here and run 'doom sync'
;; on the command line, then restart Emacs for the changes to take effect -- or
;; use 'M-x doom/reload'.
(package! catppuccin-theme)
(package! direnv)
(package! copilot
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))