This commit is contained in:
orangc
2025-06-03 17:45:39 +03:00
committed by GitHub
parent a1588480a0
commit 06661b3d30

View File

@@ -102,13 +102,13 @@
# Exporting glib-networking modules # Exporting glib-networking modules
export GIO_EXTRA_MODULES="${pkgs.glib-networking}/lib/gio/modules" export GIO_EXTRA_MODULES="${pkgs.glib-networking}/lib/gio/modules"
if [ "''${PWD##*/}" = "HyprPanel" ]; then if [ "''${PWD##*/}" = "HyprPanel" ]; then
echo "do you want to initialise stuff in order for tsserver to work? (y/anything_else)" echo "Initialise dependencies required in order for tsserver to work? (y/anything_else)"
read consent read consent
if [ "$consent" = "y" ]; then if [ "$consent" = "y" ]; then
ags types -d .; mkdir node_modules; ln -s ${astal.packages.${system}.gjs}/share/astal/gjs ./node_modules/astal ags types -d .; mkdir node_modules; ln -s ${astal.packages.${system}.gjs}/share/astal/gjs ./node_modules/astal
fi fi
else else
echo "you're not in HyprPanel root dir, no initialisation for you" echo "You're not in the HyprPanel root directory, initialisation failed"
fi fi
''; '';
}; };