nixos/system/home/emacs/packages.nix
Evie Litherland-Smith 495c9928d1 Emacs add doom-modeline and dashboard packages
Add all-the-icons packages with font, experimenting if the spacing is
better than nerd-icons
2025-01-06 07:10:28 +00:00

58 lines
815 B
Nix

{ epkgs }:
with epkgs;
[
# EViL Mode
evil
# UI and Appearance
delight
nerd-icons
nerd-icons-dired
nerd-icons-ibuffer
nerd-icons-corfu
all-the-icons
all-the-icons-dired
all-the-icons-ibuffer
all-the-icons-completion
doom-modeline
dashboard
# Email and Calendar
khalel
mu4e
# Other (TODO sort)
diff-hl
org-roam
org-journal
org-noter
citar
vertico
marginalia
orderless
corfu
corfu-terminal
cape
consult
consult-eglot
tempel
tempel-collection
rainbow-delimiters
envrc
treesit-grammars.with-all-grammars
treesit-auto
apheleia
flymake-shellcheck
flymake-yamllint
flymake-clippy
flymake-eslint
magit
forge
nix-mode
julia-mode
julia-ts-mode
python-docstring
python-pytest
auctex
markdown-mode
pandoc-mode
scad-mode
]