From 6075b4d856ea5c8564c660ada51b49aeb98c3423 Mon Sep 17 00:00:00 2001 From: Winter Date: Mon, 22 Mar 2021 16:48:20 -0400 Subject: [PATCH] fix import --- microsoft/surface/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft/surface/default.nix b/microsoft/surface/default.nix index cc4afea..955c6d2 100644 --- a/microsoft/surface/default.nix +++ b/microsoft/surface/default.nix @@ -1,5 +1,6 @@ { config, lib, pkgs, ... }: { - imports = [ ./kernel ./firmware ./hardware_configuration.nix ]; + imports = + [ ./kernel ./hardware_configuration.nix ./firmware/surface-go/ath10k ]; environment.systemPackages = with pkgs; [ surface-control ]; users.groups.surface-control = { };