mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
t14s: add AMD Gen1 model
t14s: fix minimum required kernel version
This commit is contained in:
parent
81b5488961
commit
04c79afe1c
5 changed files with 21 additions and 1 deletions
8
lenovo/thinkpad/t14s/amd/gen1/default.nix
Normal file
8
lenovo/thinkpad/t14s/amd/gen1/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue