From 732e9230d29dd97bd45cac981cff8644c6c63e98 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 26 Feb 2026 22:55:00 -0500 Subject: [PATCH] Remove nodejs as global package --- packages.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages.nix b/packages.nix index 8eae7de..81e3706 100644 --- a/packages.nix +++ b/packages.nix @@ -86,7 +86,7 @@ in xclip xdg-utils - # networking (linux-specific) + # networking arp-scan dnsutils iperf @@ -165,10 +165,5 @@ in virt-manager wayland-utils wl-clipboard - - # development - nodePackages.prettier - nodePackages.yarn - nodejs ]; }