reinstalled

This commit is contained in:
2025-11-12 01:25:37 +01:00
parent 7483945552
commit a6ac840f2c
4 changed files with 3 additions and 33 deletions

View File

@@ -69,7 +69,7 @@ def stow(pkg: str):
def switch(session: str):
subprocess.run(["config-switch", session], check=True)
subprocess.run(["~/.local/scripts/config-switch", session], check=True)
def main():