nix-config/home/features/hardware/default.nix

7 lines
81 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
lm_sensors
powertop
];
}