mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
11 lines
181 B
Nix
11 lines
181 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../.
|
|
../../../common/cpu/intel/sandy-bridge
|
|
../../../common/pc/laptop/hdd # TODO: reverse compat
|
|
../tp-smapi.nix
|
|
];
|
|
}
|