diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth/default.nix similarity index 100% rename from modules/hardware/bluetooth.nix rename to modules/hardware/bluetooth/default.nix diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix index 8e5e003..9ab5d40 100644 --- a/modules/hardware/default.nix +++ b/modules/hardware/default.nix @@ -3,11 +3,11 @@ { imports = [ - ./bluetooth.nix - ./ergodox.nix - ./mx-ergo.nix - ./networking.nix - ./sound.nix - ./upower.nix + ./bluetooth + ./ergodox + ./mx-ergo + ./networking + ./sound + ./upower ]; } diff --git a/modules/hardware/ergodox.nix b/modules/hardware/ergodox/default.nix similarity index 100% rename from modules/hardware/ergodox.nix rename to modules/hardware/ergodox/default.nix diff --git a/modules/hardware/mx-ergo.nix b/modules/hardware/mx-ergo/default.nix similarity index 100% rename from modules/hardware/mx-ergo.nix rename to modules/hardware/mx-ergo/default.nix diff --git a/modules/hardware/networking.nix b/modules/hardware/networking/default.nix similarity index 100% rename from modules/hardware/networking.nix rename to modules/hardware/networking/default.nix diff --git a/modules/hardware/sound.nix b/modules/hardware/sound/default.nix similarity index 100% rename from modules/hardware/sound.nix rename to modules/hardware/sound/default.nix diff --git a/modules/hardware/upower.nix b/modules/hardware/upower/default.nix similarity index 100% rename from modules/hardware/upower.nix rename to modules/hardware/upower/default.nix