mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
users/foo-dogsquared/programs/doom-emacs: update package list
This commit is contained in:
parent
a55f326d42
commit
7e2e3ea132
@ -17,7 +17,6 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs;
|
package = pkgs.emacs;
|
||||||
extraPackages = epkgs: with epkgs; [
|
extraPackages = epkgs: with epkgs; [
|
||||||
all-the-icons-nerd-fonts
|
|
||||||
org-noter-pdftools
|
org-noter-pdftools
|
||||||
org-pdftools
|
org-pdftools
|
||||||
org-roam
|
org-roam
|
||||||
@ -41,21 +40,23 @@ in
|
|||||||
|
|
||||||
home.sessionPath = [ "${config.xdg.configHome}/emacs/bin" ];
|
home.sessionPath = [ "${config.xdg.configHome}/emacs/bin" ];
|
||||||
|
|
||||||
# Doom Emacs dependencies.
|
# Doom Emacs dependencies for the usual modules.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# This is installed just to get Geiser to properly work.
|
# :ui doom
|
||||||
guile_3_0
|
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||||
|
|
||||||
# Module dependencies.
|
# :checkers spell
|
||||||
## :checkers spell
|
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
aspellDicts.en-computers
|
aspellDicts.en-computers
|
||||||
|
|
||||||
## :tools lookup
|
# :tools lookup
|
||||||
wordnet
|
wordnet
|
||||||
|
|
||||||
## :lang org +roam2
|
# :lang common-lisp
|
||||||
|
guile_3_0
|
||||||
|
|
||||||
|
# :lang org +roam2
|
||||||
texlive.combined.scheme-medium
|
texlive.combined.scheme-medium
|
||||||
(python3.withPackages (ps: with ps; [ jupyter ]))
|
(python3.withPackages (ps: with ps; [ jupyter ]))
|
||||||
sqlite
|
sqlite
|
||||||
|
Loading…
Reference in New Issue
Block a user