1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

Add basic t480s profile

This commit is contained in:
Michael Peyton Jones 2018-06-08 23:54:34 +01:00
parent cbdcc55f37
commit c354d591a7

View file

@ -0,0 +1,9 @@
{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../acpi_call.nix
../.
];
}