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:
@@ -124,4 +124,4 @@ You can find all other keybindings in `/home/.config/hypr/hyprland.conf` in the
|
|||||||
|
|
||||||
## 📜 License
|
## 📜 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.
|
||||||
|
@@ -116,7 +116,7 @@
|
|||||||
# Setup Env Variables
|
# Setup Env Variables
|
||||||
environment.variables.SPOTIFY_PATH = "${pkgs.spotify}/";
|
environment.variables.SPOTIFY_PATH = "${pkgs.spotify}/";
|
||||||
environment.variables.JDK_PATH = "${pkgs.jdk11}/";
|
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.CI = "1";
|
||||||
# environment.variables.CLIPBOARD_EDITOR = "hx";
|
# environment.variables.CLIPBOARD_EDITOR = "hx";
|
||||||
@@ -454,7 +454,7 @@
|
|||||||
gopls
|
gopls
|
||||||
delve
|
delve
|
||||||
(python311Full.withPackages(ps: with ps; [ pygobject3 gobject-introspection pyqt6-sip]))
|
(python311Full.withPackages(ps: with ps; [ pygobject3 gobject-introspection pyqt6-sip]))
|
||||||
nodejs_20
|
nodePackages_latest.nodejs
|
||||||
bun
|
bun
|
||||||
zig
|
zig
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user