mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
fix import
This commit is contained in:
@@ -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 = { };
|
||||
|
||||
Reference in New Issue
Block a user