fix import
This commit is contained in:
parent
bf19677a5f
commit
6075b4d856
|
@ -1,5 +1,6 @@
|
||||||
{ config, lib, pkgs, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
imports = [ ./kernel ./firmware ./hardware_configuration.nix ];
|
imports =
|
||||||
|
[ ./kernel ./hardware_configuration.nix ./firmware/surface-go/ath10k ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ surface-control ];
|
environment.systemPackages = with pkgs; [ surface-control ];
|
||||||
users.groups.surface-control = { };
|
users.groups.surface-control = { };
|
||||||
|
|
Loading…
Reference in a new issue