mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Added profile for issues 69289
This commit is contained in:
parent
6f502bc6e6
commit
d75b12a962
1 changed files with 10 additions and 0 deletions
10
lenovo/thinkpad/e495/default.nix
Normal file
10
lenovo/thinkpad/e495/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/cpu/amd
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_2;
|
||||
}
|
Loading…
Reference in a new issue