aboutsummaryrefslogtreecommitdiff
path: root/modules/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/default.nix')
-rw-r--r--modules/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix
index 21e4713..6d1441f 100644
--- a/modules/hardware/default.nix
+++ b/modules/hardware/default.nix
@@ -1,5 +1,5 @@
{ ... }:
{
- imports = [ ./amd ./bluetooth ./intel ./ssd ./sound ./networking ];
+ imports = [ ./amd ./bluetooth ./intel ./ssd ./networking ];
}