first commit
This commit is contained in:
commit
2a3ea31491
52 changed files with 2991 additions and 0 deletions
9
languages/python.nix
Normal file
9
languages/python.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
pkgs.python3.withPackages (ps: with ps; [
|
||||
pynvim
|
||||
cairosvg
|
||||
pnglatex
|
||||
plotly
|
||||
pyperclip
|
||||
ipython
|
||||
])
|
||||
Loading…
Add table
Add a link
Reference in a new issue