mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-18 15:01:18 +01:00
Port of linux-surface/linux-surface Kernel patches to NixOS (#221)
This commit is contained in:
parent
874830945a
commit
a0d8383c42
9 changed files with 286 additions and 0 deletions
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 = [
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue