diff --git a/README.md b/README.md index 539e7a9..02853ab 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 55698c7..008e572 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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