mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
fix import
This commit is contained in:
parent
bf19677a5f
commit
6075b4d856
1 changed files with 2 additions and 1 deletions
|
@ -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 = { };
|
||||
|
|
Loading…
Reference in a new issue