diff --git a/default/pi/agent/extensions/omarchy-system-theme.ts b/default/pi/agent/extensions/omarchy-system-theme.ts index 18c6fef6..2c54f2a1 100644 --- a/default/pi/agent/extensions/omarchy-system-theme.ts +++ b/default/pi/agent/extensions/omarchy-system-theme.ts @@ -7,7 +7,7 @@ import { existsSync } from "node:fs"; import { join } from "node:path"; -import type { ExtensionAPI } from "@mariozechner/pi-coding-agent"; +import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; const home = process.env.HOME ?? ""; const lightModePath = join(home, ".config/omarchy/current/theme/light.mode"); diff --git a/install/config/hardware/bluetooth.sh b/install/config/hardware/bluetooth.sh index 2157f07b..d0c0389f 100644 --- a/install/config/hardware/bluetooth.sh +++ b/install/config/hardware/bluetooth.sh @@ -2,5 +2,4 @@ chrootable_systemctl_enable bluetooth.service mkdir -p ~/.config/wireplumber/wireplumber.conf.d/ -cp $OMARCHY_PATH/default/wireplumber/wireplumber.conf.d/bluetooth-a2dp-autoconnect.conf \ - ~/.config/wireplumber/wireplumber.conf.d/ +cp "$OMARCHY_PATH/default/wireplumber/wireplumber.conf.d/bluetooth-a2dp-autoconnect.conf" ~/.config/wireplumber/wireplumber.conf.d/