Evie Litherland-Smith
3342a6d943
Move Python and Lua interpreter config up into Emacs default.nix, move associated files (python external configs, scilua) up a level as well. Remove JavaScript default install. Add tkinter to default Python packages to fix plotting.
10 lines
151 B
TOML
10 lines
151 B
TOML
[virtualenvs]
|
|
create = true
|
|
in-project = true
|
|
|
|
[virtualenvs.options]
|
|
always-copy = true
|
|
no-pip = true
|
|
no-setuptools = true
|
|
system-site-packages = true
|