nixos-hardware/microsoft/surface/common/default.nix
mexisme 03df3d2d53 Move files around...
- "kernel" and "repos.nix" --> "common/"
- "firmware/surface-go/ath10k" --> "surface-go/firmware/ath10k"
- Update where "kernel", "firmware/surface-go" and "repos.nix" can be found
2023-01-10 15:38:47 +13:00

8 lines
46 B
Nix

{ ... }:
{
imports = [
./kernel
];
}