Compare commits
No commits in common. "73766977118780988885ba5ba94e39bd6e63e061" and "0e3b62dbfe3d71673bb88c3bb28695d8ed4288b7" have entirely different histories.
7376697711
...
0e3b62dbfe
|
@ -57,88 +57,9 @@
|
||||||
'';
|
'';
|
||||||
extraPackages = epkgs:
|
extraPackages = epkgs:
|
||||||
with epkgs; [
|
with epkgs; [
|
||||||
# Tree-sitter grammars, not a real Emacs package
|
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
# Theme
|
emacsql-sqlite
|
||||||
base16-theme
|
mu4e # Linked to `mu` tool
|
||||||
# UI
|
|
||||||
all-the-icons
|
|
||||||
nerd-icons
|
|
||||||
nerd-icons-completion
|
|
||||||
nerd-icons-corfu
|
|
||||||
nerd-icons-dired
|
|
||||||
nerd-icons-ibuffer
|
|
||||||
diminish
|
|
||||||
ligature
|
|
||||||
page-break-lines
|
|
||||||
helpful
|
|
||||||
which-key
|
|
||||||
ace-window
|
|
||||||
link-hint
|
|
||||||
diff-hl
|
|
||||||
# Completion
|
|
||||||
cape
|
|
||||||
consult
|
|
||||||
consult-eglot
|
|
||||||
consult-flyspell
|
|
||||||
corfu
|
|
||||||
corfu-terminal
|
|
||||||
embark
|
|
||||||
embark-consult
|
|
||||||
marginalia
|
|
||||||
orderless
|
|
||||||
vertico
|
|
||||||
# Templates
|
|
||||||
tempel
|
|
||||||
license-templates
|
|
||||||
gitignore-templates
|
|
||||||
# spell-checking
|
|
||||||
flyspell-correct
|
|
||||||
# password-store
|
|
||||||
pass
|
|
||||||
password-store
|
|
||||||
# IDE
|
|
||||||
treesit-auto
|
|
||||||
flymake-popon
|
|
||||||
flymake-shellcheck
|
|
||||||
flymake-yamllint
|
|
||||||
flymake-eslint
|
|
||||||
apheleia
|
|
||||||
envrc
|
|
||||||
rainbow-delimiters
|
|
||||||
aggressive-indent
|
|
||||||
python-docstring
|
|
||||||
nix-mode
|
|
||||||
lua-mode
|
|
||||||
# Media
|
|
||||||
emms
|
|
||||||
# org-mode
|
|
||||||
org-roam
|
|
||||||
org-noter
|
|
||||||
# org-cite
|
|
||||||
citar
|
|
||||||
citar-embark
|
|
||||||
# org-mode HTML export
|
|
||||||
htmlize
|
|
||||||
# Projects
|
|
||||||
magit
|
|
||||||
forge
|
|
||||||
treemacs
|
|
||||||
treemacs-nerd-icons
|
|
||||||
# Writing
|
|
||||||
markdown-mode
|
|
||||||
pandoc-mode
|
|
||||||
auctex
|
|
||||||
auctex-latexmk
|
|
||||||
latex-preview-pane
|
|
||||||
# Contacts
|
|
||||||
mu4e
|
|
||||||
bbdb
|
|
||||||
ement
|
|
||||||
# RSS feeds
|
|
||||||
elfeed
|
|
||||||
elfeed-org
|
|
||||||
elfeed-tube
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue