1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

updated nodejs to latest version

This commit is contained in:
XNM
2023-11-10 18:29:38 +02:00
parent ec2357e022
commit cddcdf41f5
2 changed files with 3 additions and 3 deletions

View File

@@ -124,4 +124,4 @@ You can find all other keybindings in `/home/.config/hypr/hyprland.conf` in the
## 📜 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

View File

@@ -116,7 +116,7 @@
# Setup Env Variables
environment.variables.SPOTIFY_PATH = "${pkgs.spotify}/";
environment.variables.JDK_PATH = "${pkgs.jdk11}/";
environment.variables.NODEJS_PATH = "${pkgs.nodejs_20}/";
environment.variables.NODEJS_PATH = "${pkgs.nodePackages_latest.nodejs}/";
environment.variables.CI = "1";
# environment.variables.CLIPBOARD_EDITOR = "hx";
@@ -454,7 +454,7 @@
gopls
delve
(python311Full.withPackages(ps: with ps; [ pygobject3 gobject-introspection pyqt6-sip]))
nodejs_20
nodePackages_latest.nodejs
bun
zig