7 lines
81 B
Nix
7 lines
81 B
Nix
|
{pkgs, ...}: {
|
||
|
home.packages = with pkgs; [
|
||
|
lm_sensors
|
||
|
powertop
|
||
|
];
|
||
|
}
|