mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-16 16:09:40 +01:00
8 lines
130 B
Nix
8 lines
130 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./kernel
|
|
./hardware_configuration.nix
|
|
./firmware/surface-go/ath10k
|
|
];
|
|
}
|