diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-06-22 14:23:32 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-06-22 14:51:35 -0600 |
| commit | 7661bf13fe91fc47244d3bde08fa0f772a15ce92 (patch) | |
| tree | c254bdceef83350551109b9f380ee08e424f91d6 | |
| parent | 2612dc07e4a40b0bbacb5a3266abc3a2cfe9ad76 (diff) | |
sys: add peripheral util packages
| -rw-r--r-- | sys/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/default.nix b/sys/default.nix index b96fa14..762abdf 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -35,7 +35,13 @@ with lib; { time.timeZone = "America/Costa_Rica"; - environment.systemPackages = [ pkgs.git ]; + environment.systemPackages = with pkgs; [ + git + lm_sensors + pciutils + smartmontools + usbutils + ]; # No me interesa el global registry nix.settings.flake-registry = ""; |
