modules: add 'hardware' directory

This commit is contained in:
Bruno BELANYI 2021-05-29 16:35:27 +02:00
parent 36344fe924
commit 66cd746e53
2 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,7 @@
./bluetooth.nix
./documentation.nix
./ergodox.nix
./hardware
./home.nix
./language.nix
./media.nix

View File

@ -0,0 +1,8 @@
# Hardware-related modules
{ ... }:
{
imports = [
# FIXME: add modules
];
}