From 6c50c69d97dc86d930fcbee3ee3b95178dcebdd9 Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Fri, 28 May 2021 16:28:38 -0700 Subject: [PATCH] config.hardware.onlykey: move the module into its own folder (cherry picked from commit 1f9e0192603f335e2bf29e7bb2a67acd5c4cb3c9) --- nixos/modules/hardware/{onlykey.nix => onlykey/default.nix} | 0 nixos/modules/hardware/{ => onlykey}/onlykey.udev | 0 nixos/modules/module-list.nix | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename nixos/modules/hardware/{onlykey.nix => onlykey/default.nix} (100%) rename nixos/modules/hardware/{ => onlykey}/onlykey.udev (100%) diff --git a/nixos/modules/hardware/onlykey.nix b/nixos/modules/hardware/onlykey/default.nix similarity index 100% rename from nixos/modules/hardware/onlykey.nix rename to nixos/modules/hardware/onlykey/default.nix diff --git a/nixos/modules/hardware/onlykey.udev b/nixos/modules/hardware/onlykey/onlykey.udev similarity index 100% rename from nixos/modules/hardware/onlykey.udev rename to nixos/modules/hardware/onlykey/onlykey.udev diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 7910e47ca0c..6fdec643096 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -70,7 +70,7 @@ ./hardware/tuxedo-keyboard.nix ./hardware/ubertooth.nix ./hardware/usb-wwan.nix - ./hardware/onlykey.nix + ./hardware/onlykey/default.nix ./hardware/opentabletdriver.nix ./hardware/sata.nix ./hardware/wooting.nix