1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
nixos-hardware/lenovo/thinkpad/t14s/amd/gen1/default.nix
dadada 04c79afe1c
t14s: add AMD Gen1 model
t14s: fix minimum required kernel version
2020-10-26 09:13:38 +01:00

9 lines
62 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../.
];
}