From 2c294b4a3751d6b9dc45d397e659f97d765de883 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 21 Oct 2021 09:27:42 +0200 Subject: profiles/laptop: init with auto-cpufreq --- profiles/laptop.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 profiles/laptop.nix (limited to 'profiles') 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 @@ +inputs: + +{ pkgs, ... }: + +{ + services.auto-cpufreq.enable = true; +} -- cgit v1.2.3