mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
Port of linux-surface/linux-surface Kernel patches to NixOS (#221)
This commit is contained in:
8
microsoft/surface/default.nix
Normal file
8
microsoft/surface/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./kernel
|
||||
./firmware
|
||||
./hardware_configuration.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user