mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Use latest package name
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
import { existsSync } from "node:fs";
|
import { existsSync } from "node:fs";
|
||||||
import { join } from "node:path";
|
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 home = process.env.HOME ?? "";
|
||||||
const lightModePath = join(home, ".config/omarchy/current/theme/light.mode");
|
const lightModePath = join(home, ".config/omarchy/current/theme/light.mode");
|
||||||
|
|||||||
Reference in New Issue
Block a user