modules: hardware: put modules into folders

This commit is contained in:
Bruno BELANYI 2021-09-25 15:08:43 +02:00
parent 7bec7ae0f9
commit 836b54b8eb
7 changed files with 6 additions and 6 deletions

View file

@ -3,11 +3,11 @@
{ {
imports = [ imports = [
./bluetooth.nix ./bluetooth
./ergodox.nix ./ergodox
./mx-ergo.nix ./mx-ergo
./networking.nix ./networking
./sound.nix ./sound
./upower.nix ./upower
]; ];
} }