diff --git a/.inscode b/.inscode
index 910e81920bc006f3cc1ce1be771d2d687915a352..52d3185d73fb9caa92229cb2fc41c3f837b367d7 100644
--- a/.inscode
+++ b/.inscode
@@ -1,4 +1,6 @@
-run = "upm add guess;npm run dev"
+run = "npm i && npm run dev"
 
-[nix]
-channel = "stable-22_11"
+[env]
+PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}"
+XDG_CONFIG_HOME = "/root/.config"
+npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global"
diff --git a/inscode.nix b/inscode.nix
index 2ffbcf4ad06b1709ec3a3b148e6992e734ae76e4..715093dc6aa6466ff9b9b54c8535862864de7dde 100644
--- a/inscode.nix
+++ b/inscode.nix
@@ -1,6 +1,6 @@
 { pkgs }: {
     deps = [
-        pkgs.yarn
         pkgs.nodejs-16_x
+        pkgs.yarn
     ];
 }
\ No newline at end of file