From 836b54b8eb874b93fb98bd9865da5c80edfd01d6 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 25 Sep 2021 15:08:43 +0200 Subject: [PATCH] modules: hardware: put modules into folders --- .../{bluetooth.nix => bluetooth/default.nix} | 0 modules/hardware/default.nix | 12 ++++++------ .../hardware/{ergodox.nix => ergodox/default.nix} | 0 .../hardware/{mx-ergo.nix => mx-ergo/default.nix} | 0 .../{networking.nix => networking/default.nix} | 0 modules/hardware/{sound.nix => sound/default.nix} | 0 modules/hardware/{upower.nix => upower/default.nix} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename modules/hardware/{bluetooth.nix => bluetooth/default.nix} (100%) rename modules/hardware/{ergodox.nix => ergodox/default.nix} (100%) rename modules/hardware/{mx-ergo.nix => mx-ergo/default.nix} (100%) rename modules/hardware/{networking.nix => networking/default.nix} (100%) rename modules/hardware/{sound.nix => sound/default.nix} (100%) rename modules/hardware/{upower.nix => upower/default.nix} (100%) 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