python: fix pdb history

This commit is contained in:
J. Fernando Sánchez
2026-06-10 23:06:27 +02:00
parent 1035c858fc
commit dc4b4968bc
3 changed files with 20 additions and 21 deletions

View File

@@ -256,8 +256,7 @@ in
"ghostty" = createDotLink "ghostty";
};
home.file = {
".pdbrc" = {
source = config.lib.file.mkOutOfStoreSymlink "${dotfiles}/python/.pdbrc";
};
".pdbrc" = { source = config.lib.file.mkOutOfStoreSymlink "${dotfiles}/python/.pdbrc";};
".pdb_startup.py" = { source = config.lib.file.mkOutOfStoreSymlink "${dotfiles}/python/.pdb_startup.py";};
};
}