users/foo-dogsquared/programs/doom-emacs: update to use custom Python module

This commit is contained in:
Gabriel Arazas 2024-11-15 18:34:22 +08:00
parent 4b52f7e4d2
commit 23914fe2eb
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -60,11 +60,19 @@ in
# :lang org +roam2
texlive.combined.scheme-medium
(python3.withPackages (ps: with ps; [ jupyter ]))
sqlite
anystyle-cli
];
programs.python = {
enable = true;
package = pkgs.python3;
modules = ps: with ps; [
jupyter
jupyter-book
];
};
# Enable Emacs server for them quicknotes.
services.emacs = {
enable = true;