51 lines
680 B
Nix
51 lines
680 B
Nix
|
{ epkgs }:
|
||
|
with epkgs;
|
||
|
[
|
||
|
# EViL Mode
|
||
|
evil
|
||
|
# UI and Appearance
|
||
|
delight
|
||
|
nerd-icons
|
||
|
nerd-icons-dired
|
||
|
nerd-icons-ibuffer
|
||
|
nerd-icons-corfu
|
||
|
# 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
|
||
|
lua-mode
|
||
|
python-docstring
|
||
|
python-pytest
|
||
|
auctex
|
||
|
markdown-mode
|
||
|
pandoc-mode
|
||
|
scad-mode
|
||
|
]
|