2024-01-30 14:21:50 +00:00
|
|
|
{...}: {
|
2024-01-28 12:01:18 +00:00
|
|
|
xdg.configFile = {
|
2024-02-09 12:34:34 +00:00
|
|
|
"pypoetry/config.toml".source = ./poetry-config.toml;
|
|
|
|
"ipython/profile_default/ipython_config.json".source = ./ipython_config.json;
|
2024-01-28 12:01:18 +00:00
|
|
|
"jupyter/jupyter_server_config.py".source = ./jupyter_server_config.py;
|
|
|
|
"jupyter/jupyter_nbconvert_config.py".source =
|
|
|
|
./jupyter_nbconvert_config.py;
|
|
|
|
};
|
|
|
|
}
|