about summary refs log tree commit diff
path: root/modules/hardware/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 07:46:43 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 07:46:43 -0700
commit116ea629895aa3c6395c659e95f7495c275d696c (patch)
treee42bcbc6b179e89e6205659ea14e00d157f297dd /modules/hardware/default.nix
parentprofiles/workstation: moved more things around (diff)
downloadworld-116ea629895aa3c6395c659e95f7495c275d696c.tar.gz
profiles/workstation: consolidate sound related configurations
Diffstat (limited to '')
-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 ];
 }