nixos/home/config/default.nix

9 lines
259 B
Nix
Raw Normal View History

2024-01-30 14:21:50 +00:00
{...}: {
xdg.configFile = {
"pypoetry/config.toml".source = ./poetry-config.toml;
"jupyter/jupyter_server_config.py".source = ./jupyter_server_config.py;
"jupyter/jupyter_nbconvert_config.py".source =
./jupyter_nbconvert_config.py;
};
}