mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-17 00:19:42 +01:00
9 lines
112 B
Nix
9 lines
112 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./kernel
|
||
|
./firmware
|
||
|
./hardware_configuration.nix
|
||
|
];
|
||
|
}
|