mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-02-17 05:25:04 +01:00
12 lines
196 B
Nix
12 lines
196 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./sensors.nix
|
|
./audio.nix
|
|
./power.nix
|
|
|
|
../../common/gpu/amd/default.nix
|
|
../../common/cpu/amd/default.nix
|
|
../../common/pc/laptop/default.nix
|
|
];
|
|
}
|