summaryrefslogtreecommitdiffstats
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/laptop.nix7
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 @@
1inputs:
2
3{ pkgs, ... }:
4
5{
6 services.auto-cpufreq.enable = true;
7}