Add basic t480s profile
This commit is contained in:
parent
cbdcc55f37
commit
c354d591a7
9
lenovo/thinkpad/t480s/default.nix
Normal file
9
lenovo/thinkpad/t480s/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../../../common/cpu/intel
|
||||||
|
../acpi_call.nix
|
||||||
|
../.
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue