summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author*Kim Zick (rummik) <k@9k1.us>2020-01-02 11:35:56 -0500
committer*Kim Zick (rummik) <k@9k1.us>2020-01-02 11:35:56 -0500
commit6081bfd6d5d1a7f918aafb107f8e2b67b743b34a (patch)
tree625d68901cb623cdf3e374d0e0d1826827a286a2
parent89c4ddb0e60e5a643ab15f68b2f4ded43134f492 (diff)
Add Lenovo ThinkPad L13 profile
-rw-r--r--lenovo/thinkpad/l13/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lenovo/thinkpad/l13/default.nix b/lenovo/thinkpad/l13/default.nix
new file mode 100644
index 0000000..3c09f50
--- /dev/null
+++ b/lenovo/thinkpad/l13/default.nix
@@ -0,0 +1,10 @@
+{ nixos, lib, pkgs, config, stdenv, ... }:
+{
+ imports = [
+ ../../../common/cpu/intel
+ ../../../common/pc/laptop/acpi_call.nix
+ ../.
+ ];
+
+ services.throttled.enable = lib.mkDefault true;
+}