From 49ca85b1b3341a7490a73de5620298591a5d429a Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 26 Nov 2024 21:43:04 +0000 Subject: [PATCH] nixosProfiles/blade: add pkg lm_sensors --- nix/nixosProfiles/blade.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/nixosProfiles/blade.nix b/nix/nixosProfiles/blade.nix index a429a33..95a3cb9 100644 --- a/nix/nixosProfiles/blade.nix +++ b/nix/nixosProfiles/blade.nix @@ -27,6 +27,7 @@ }; environment.systemPackages = with pkgs; [ + lm_sensors pciutils usbutils ];