mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-14 23:19:41 +01:00
d3986e7885
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
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
|
|
];
|
|
}
|