1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-20 13:27:22 +02:00
nixos-hardware/lenovo/thinkpad/p14s/intel/default.nix

9 lines
86 B
Nix
Raw Normal View History

2024-08-04 11:04:22 +02:00
{ lib, pkgs, ... }:
{
imports = [
../.
../../../../common/cpu/intel
];
}