Add pypoetry config file, move ipython_config into home directory
This commit is contained in:
parent
d46fd2d1a0
commit
6a8d882a10
|
@ -11,6 +11,7 @@
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"bat/themes/Catppuccin-mocha.tmTheme".source = ./Catppuccin-mocha.tmTheme;
|
"bat/themes/Catppuccin-mocha.tmTheme".source = ./Catppuccin-mocha.tmTheme;
|
||||||
|
"pypoetry/config.toml".source = ./poetry-config.toml;
|
||||||
"jupyter/jupyter_server_config.py".source =
|
"jupyter/jupyter_server_config.py".source =
|
||||||
./jupyter-config/jupyter_server_config.py;
|
./jupyter-config/jupyter_server_config.py;
|
||||||
"jupyter/jupyter_nbconvert_config.py".source =
|
"jupyter/jupyter_nbconvert_config.py".source =
|
||||||
|
|
9
home/poetry-config.toml
Normal file
9
home/poetry-config.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[virtualenvs]
|
||||||
|
create = true
|
||||||
|
in-project = true
|
||||||
|
|
||||||
|
[virtualenvs.options]
|
||||||
|
always-copy = true
|
||||||
|
no-pip = true
|
||||||
|
no-setuptools = true
|
||||||
|
system-site-packages = true
|
Loading…
Reference in a new issue