nixos/home/emacs/doom/packages.el
Evie Litherland-Smith 1ccca63c67 Fix missing emacs packages
Force emacs to use nix install pdf-tools and icon fonts

Add back full mu4e modeline
2023-10-08 14:56:55 +01:00

11 lines
276 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; $DOOMDIR/packages.el
(package! pdf-tools :built-in 'prefer)
(package! all-the-icons :built-in 'prefer)
(package! nerd-icons :built-in 'prefer)
(package! catppuccin-theme)
(package! pocket-reader)
(package! magit-delta)
(package! yuck-mode)