summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Hebendanz <luis.nixos@gmail.com>2020-02-11 19:42:02 +0100
committerLuis Hebendanz <luis.nixos@gmail.com>2020-02-11 19:42:02 +0100
commitd75b12a962d403e053fc3e547a3f1f2003ea4387 (patch)
tree009b75f32436f352b2774038712f517a3ab77178
parent6f502bc6e62ef8519be4a5ff37b03d8ca5007dce (diff)
Added profile for issues 69289
-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 0000000..ac0b949
--- /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;
+}