update python installation configuration

some changes:
- move pythonrc to be copied to ~/.config/python/pythonrc*.py*, instead
  of ~/.config/python/pythonrc.py
- remove spurious print statement from pythonrc.py
This commit is contained in:
stupidcomputer 2024-04-08 11:39:48 -05:00
parent b112ef7f87
commit 82636ae45f
2 changed files with 1 additions and 3 deletions

View File

@ -14,6 +14,4 @@ def write_history():
except OSError:
pass
print("laskdjflaskfjd")
atexit.register(write_history)

View File

@ -2,7 +2,7 @@
{
home.file = {
".config/python/pythonrc" = {
".config/python/pythonrc.py" = {
source = ../../.config/python/pythonrc.py;
};
};