fix import

This commit is contained in:
Winter 2021-03-22 16:48:20 -04:00
parent bf19677a5f
commit 6075b4d856
1 changed files with 2 additions and 1 deletions

View File

@ -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 = { };