Move to Fedora

This commit is contained in:
maurice
2025-10-28 08:46:30 +01:00
parent b430988ba4
commit 9ef278fc7c
13 changed files with 45 additions and 76 deletions

4
config/bin/host Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/bus
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" \
$([ "$(basename "$0")" != "host" ] && echo "$(basename "$0")") "$@"