1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-17 00:19:42 +01:00
nixos-hardware/microsoft/surface/firmware/default.nix

7 lines
98 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
{
hardware.enableAllFirmware = true;
hardware.firmware = [
];
}