mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
users/foo-dogsquared/programs/doom-emacs: update to use custom Python module
This commit is contained in:
parent
4b52f7e4d2
commit
23914fe2eb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user