Move firmware to devices

This commit is contained in:
Jimbo 2024-11-24 20:44:28 -05:00
parent c49adf9f4c
commit ff30aace39
3 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,4 @@
{ ... }: { ... }:
{ {
imports = [ imports = [ ./systemd ];
./firmware
./systemd
];
} }

View file

@ -5,6 +5,7 @@
./bluetooth ./bluetooth
./boot ./boot
./disks ./disks
./firmware
./networking ./networking
./printing ./printing
./udev ./udev