diff options
| author | Fuwn <[email protected]> | 2026-02-03 03:58:02 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-03 03:58:02 -0800 |
| commit | 380e653d21b1b558cf7d7e739dd06a3a5116f08e (patch) | |
| tree | 75f8d9bfc4d8ca68aa8ffac1503c8b98f516d7d3 | |
| parent | Nara(Homebrew): Add Kimi Code CLI brew (diff) | |
| download | nixos-config-380e653d21b1b558cf7d7e739dd06a3a5116f08e.tar.xz nixos-config-380e653d21b1b558cf7d7e739dd06a3a5116f08e.zip | |
Nara(Home): Update PNPM_HOME to use HOME
| -rw-r--r-- | home/ebisu/nara/files.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/nara/files.nix b/home/ebisu/nara/files.nix index f1514b8..680f06b 100644 --- a/home/ebisu/nara/files.nix +++ b/home/ebisu/nara/files.nix @@ -25,7 +25,7 @@ export PATH=$PATH:$HOME/.local/bin export PATH=$PATH:$HOME/go/bin - export PNPM_HOME="~/Library/pnpm" + export PNPM_HOME="$HOME/Library/pnpm" export PATH="$PNPM_HOME:$PATH" ''; }; |