nix-config/common/firmware.nix
2021-02-23 21:10:23 -05:00

5 lines
59 B
Nix

{ config, pkgs, ... }:
{
services.fwupd.enable = true;
}