mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: add nix install instructions to README
This commit is contained in:
@ -153,7 +153,13 @@ pacman -S texlive-core texlive-bin texlive-science
|
|||||||
pacman -S gnuplot
|
pacman -S gnuplot
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** TODO NixOS
|
** NixOS
|
||||||
|
#+BEGIN_SRC nix
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# any less than medium isn't guaranteed to work
|
||||||
|
texlive.combined.scheme-medium
|
||||||
|
];
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** TODO Windows
|
** TODO Windows
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user