diff --git a/common/global/packages.nix b/common/global/packages.nix index 5d6b934..962b2b5 100644 --- a/common/global/packages.nix +++ b/common/global/packages.nix @@ -2,8 +2,8 @@ { environment.systemPackages = with pkgs; [ file - lm_sensors # TODO: this shouldn't be installed on cloud nodes - nodejs_20 # TODO: this is for one job on nomad, it should just be a dependency there + lm_sensors # TODO: this shouldn't be installed on cloud nodes + nodejs_20 # TODO: this is for one job on nomad, it should just be a dependency there neovim ]; }