Add pypoetry config file, move ipython_config into home directory

This commit is contained in:
Evie Litherland-Smith 2024-01-23 09:50:14 +00:00
parent d46fd2d1a0
commit 6a8d882a10
3 changed files with 10 additions and 0 deletions

View file

@ -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
View 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