mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Add basic t480s profile
This commit is contained in:
parent
cbdcc55f37
commit
c354d591a7
1 changed files with 9 additions and 0 deletions
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