Desktop Icons NG issue

i installed Dedktop Icons NG gnome extension

https://extensions.gnome.org/extension/2087/desktop-icons-ng-ding/

https://search.nixos.org/packages?channel=24.11&show=gnomeExtensions.desktop-icons-ng-ding&from=0&size=50&sort=relevance&type=packages&query=Desktop+Icons+NG

After installing it i got this error from logs

DING: (gjs:46197): Gjs-CRITICAL **: 13:11:32.600: Script /etc/profiles/per-user/admin/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js threw an exception nixos

I added GJS via overrides in buildInputs and nativeBuild inputs and after i got this error
DING: (gjs:85693): Gjs-CRITICAL **: 13:45:14.442: JS ERROR: Error: Requiring Gtk, version 3.0: Typelib file for namespace ‘Gtk’, version ‘3.0’ not found

I tried to add gtk3 also in every way i could but that doesn’t help

How did you install it?

Well, firstly i tried to install in home.packages, then via gnome extensions directly and lastly in environment system packages. All of them return the gjs error this could be fixed after installing the gjs as a separate package or including it in buildInputs. I tried to include and install gtk3 package too but it doesn’t solved the second error.