diff options
author | Minijackson <minijackson@riseup.net> | 2021-10-21 09:27:42 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-10-21 09:27:42 +0200 |
commit | 2c294b4a3751d6b9dc45d397e659f97d765de883 (patch) | |
tree | f0dc11cd1d3801bac8a7d0833f5ae6fff48f98e0 /profiles | |
parent | ff542eb74ccd32d7635aeb5799893cbcdff9c837 (diff) | |
download | nixos-config-reborn-2c294b4a3751d6b9dc45d397e659f97d765de883.tar.gz nixos-config-reborn-2c294b4a3751d6b9dc45d397e659f97d765de883.zip |
profiles/laptop: init with auto-cpufreq
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/laptop.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix new file mode 100644 index 0000000..3b5f489 --- /dev/null +++ b/profiles/laptop.nix | |||
@@ -0,0 +1,7 @@ | |||
1 | inputs: | ||
2 | |||
3 | { pkgs, ... }: | ||
4 | |||
5 | { | ||
6 | services.auto-cpufreq.enable = true; | ||
7 | } | ||