2024-05-15 09:25:27 +00:00

7 lines
81 B
Nix

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