aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.nu2
1 files changed, 1 insertions, 1 deletions
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" } }
}