1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-26 18:55:00 +01:00
nixos-hardware/lenovo/thinkpad/p14s/intel/default.nix

9 lines
86 B
Nix
Raw Normal View History

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