Files
nix-dotfiles/modules/fwupd.nix
ahuston-0 6b0147e764
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 2m50s
add fwupd as a default
2026-03-22 15:24:03 -04:00

6 lines
65 B
Nix

{ lib, ... }:
{
services.fwupd.enable = lib.mkDefault true;
}