nix-dotfiles/modules/hardware/default.nix
2026-04-22 23:21:23 -07:00

6 lines
88 B
Nix

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