This commit is contained in:
2025-11-15 00:24:42 +01:00
parent c9076b74ab
commit 0c673bc923
9 changed files with 410 additions and 15 deletions

View File

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