nixos-hardware/microsoft/surface/default.nix

9 lines
130 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
{
imports = [
./kernel
./hardware_configuration.nix
./firmware/surface-go/ath10k
];
}