mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
Add basic t480s profile
This commit is contained in:
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
|
||||||
|
../.
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user