modules: add 'hardware' directory
This commit is contained in:
parent
36344fe924
commit
66cd746e53
|
@ -6,6 +6,7 @@
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./documentation.nix
|
./documentation.nix
|
||||||
./ergodox.nix
|
./ergodox.nix
|
||||||
|
./hardware
|
||||||
./home.nix
|
./home.nix
|
||||||
./language.nix
|
./language.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
|
|
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…
Reference in a new issue