Add firmware module
All checks were successful
/ check (push) Successful in 1m49s

This commit is contained in:
Oliver Davies 2025-07-31 17:10:11 +01:00
parent 19359b1805
commit a2e3cc96fb
2 changed files with 4 additions and 0 deletions

3
modules2/firmware.nix Normal file
View file

@ -0,0 +1,3 @@
{
flake.modules.nixos.desktop.services.fwupd.enable = true;
}