diff --git a/flake.nix b/flake.nix index a738f154..116849f7 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,7 @@ figlet ]; shellHook = '' + export PATH="$PWD/node_modules/.bin:$PATH" if [ "''${DISABLE_DEVSHELL_BANNER:-}" != true ]; then figlet "Welcome to Nimbus-GUI" fi