1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 10:33:33 +02:00
nixos-hardware/microsoft/surface-pro/3/default.nix
Winter d6a1231181
Add the Microsoft Surface configuration to flakes.nix (#226)
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2021-02-02 21:21:59 +00:00

5 lines
49 B
Nix

{ lib, ... }:
{
imports = [ ../../surface ];
}