modules: add 'hardware' directory
This commit is contained in:
parent
36344fe924
commit
66cd746e53
2 changed files with 9 additions and 0 deletions
8
modules/hardware/default.nix
Normal file
8
modules/hardware/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Hardware-related modules
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# FIXME: add modules
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue