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