about summary refs log tree commit diff
path: root/lenovo
diff options
context:
space:
mode:
Diffstat (limited to 'lenovo')
-rw-r--r--lenovo/thinkpad/e495/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lenovo/thinkpad/e495/default.nix b/lenovo/thinkpad/e495/default.nix
new file mode 100644
index 000000000000..ac0b9492bb15
--- /dev/null
+++ b/lenovo/thinkpad/e495/default.nix
@@ -0,0 +1,10 @@
+{ config, lib, pkgs, ... }:
+
+{
+  imports = [
+    ../.
+    ../../../common/cpu/amd
+  ];
+
+  boot.kernelPackages = pkgs.linuxPackages_5_2;
+}