diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-16 07:03:49 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-16 07:03:49 +0100 |
| commit | ca5d034d71126512e2bd2c78b35a95425d9a5a99 (patch) | |
| tree | c5904ed8789649873ae5f9bbcc27d3b6f9386616 /install.nu | |
| parent | 79c72046d30427d5c05d3f3bbe2917828aab7f5a (diff) | |
[meta] fixed HX dotfiles dir
Diffstat (limited to 'install.nu')
| -rwxr-xr-x | install.nu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ let DEVICE_ID = match (uname | get nodename) { let DOTFILES_DIR = match ($DEVICE_ID) { "010" | "020" => $"($env.HOME)/src/dotfiles/src", "030" | "110" | "120" => $"($env.HOME)/dotfiles/src", - "040" => $"($env.HOME)/Code/Dotfiles", + "040" => $"($env.HOME)/Code/Dotfiles/src", _ => { error make -u { msg: "unsupported device" } } } |
