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