summaryrefslogtreecommitdiffstats
path: root/profiles/laptop.nix
blob: 3b5f489a30e1ded206d2f94087fe0b2c60431d54 (plain)
1
2
3
4
5
6
7
inputs:

{ pkgs, ... }:

{
  services.auto-cpufreq.enable = true;
}