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

7 lines
81 B
Nix
Raw Permalink Normal View History

2024-05-15 09:25:27 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [
lm_sensors
powertop
];
}