From aa4658f90a6a4d9c771e50682d5e96403658b3d5 Mon Sep 17 00:00:00 2001 From: Autumn Date: Sat, 16 May 2026 11:05:08 +0100 Subject: [meta] fixed HX install --- install.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.nu') diff --git a/install.nu b/install.nu index 640a920..9ce2121 100755 --- a/install.nu +++ b/install.nu @@ -10,7 +10,7 @@ # get profile location let PROFILE_DIR = match (uname | get nodename) { "glados" | "wheatley" => $"($env.HOME)/.config/librewolf/librewolf/Main", - "hx7124" => $"($env.HOME)/Application Support/librewolf/Profiles/Main", + "HX7124.local" => $"($env.HOME)/Library/Application Support/librewolf/Profiles/Main", _ => { error make -u { msg: "invalid device" } } } -- cgit v1.3