users/foo-dogsquared/programs/doom-emacs: update package list

This commit is contained in:
Gabriel Arazas 2024-01-20 22:47:36 +08:00
parent a55f326d42
commit 7e2e3ea132
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -17,7 +17,6 @@ in
enable = true;
package = pkgs.emacs;
extraPackages = epkgs: with epkgs; [
all-the-icons-nerd-fonts
org-noter-pdftools
org-pdftools
org-roam
@ -41,21 +40,23 @@ in
home.sessionPath = [ "${config.xdg.configHome}/emacs/bin" ];
# Doom Emacs dependencies.
# Doom Emacs dependencies for the usual modules.
home.packages = with pkgs; [
# This is installed just to get Geiser to properly work.
guile_3_0
# :ui doom
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
# Module dependencies.
## :checkers spell
# :checkers spell
aspell
aspellDicts.en
aspellDicts.en-computers
## :tools lookup
# :tools lookup
wordnet
## :lang org +roam2
# :lang common-lisp
guile_3_0
# :lang org +roam2
texlive.combined.scheme-medium
(python3.withPackages (ps: with ps; [ jupyter ]))
sqlite