Files
haschel/modules/hardware.nix
2026-02-06 18:30:57 -07:00

6 lines
77 B
Nix

{ config, pkgs, ... }:
{
hardware.enableRedistributableFirmware = true;
}