This commit is contained in:
2023-11-26 16:41:21 +01:00
parent f81face7de
commit 6ec0d320c3
6 changed files with 33 additions and 23 deletions

3
.modules.kuba/node.lua Normal file
View File

@@ -0,0 +1,3 @@
local home = os.getenv("HOME")
local pkg = pathJoin(home, "node-v21.1.0-linux-x64")
prepend_path("PATH", pathJoin(pkg, "bin"))