From 827b355c5e51634c41cc2e2a6b01c763a8696435 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 22 Jun 2024 07:42:40 +0200 Subject: [PATCH] Move bluetooth to hardware dir --- system/shared/default.nix | 1 - system/shared/{ => hardware}/bluetooth.nix | 0 system/shared/hardware/default.nix | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) rename system/shared/{ => hardware}/bluetooth.nix (100%) diff --git a/system/shared/default.nix b/system/shared/default.nix index b94792b..0c0019e 100644 --- a/system/shared/default.nix +++ b/system/shared/default.nix @@ -11,7 +11,6 @@ _: { ./programs.nix ./system.nix ./network.nix - ./bluetooth.nix ./localisation.nix ./packages.nix ]; diff --git a/system/shared/bluetooth.nix b/system/shared/hardware/bluetooth.nix similarity index 100% rename from system/shared/bluetooth.nix rename to system/shared/hardware/bluetooth.nix diff --git a/system/shared/hardware/default.nix b/system/shared/hardware/default.nix index 2c3dc2f..171698d 100644 --- a/system/shared/hardware/default.nix +++ b/system/shared/hardware/default.nix @@ -3,6 +3,7 @@ _: { ./cpu ./gpu ./tpm.nix + ./bluetooth.nix ./generic.nix ]; }