diff --git a/lenovo/thinkpad/e470/default.nix b/lenovo/thinkpad/e470/default.nix new file mode 100644 index 0000000..a15b20a --- /dev/null +++ b/lenovo/thinkpad/e470/default.nix @@ -0,0 +1,11 @@ +{ config, lib, pkgs, ... }: + +{ + imports = [ + ../. + ../../../common/cpu/intel + ]; + + # see https://github.com/NixOS/nixpkgs/issues/69289 + boot.kernelPackages = pkgs.linuxPackages_latest; +}