about summary refs log tree commit diff
path: root/modules/hardware/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-05 20:23:51 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-05 20:23:51 -0700
commit2c078669e3b526f3c4ea9d383adddedf30535946 (patch)
treea01656329b8d44012b3799eb573b902a62047091 /modules/hardware/default.nix
parentrefactor modules for btrfs, ssd, and fwupd (diff)
downloadworld-2c078669e3b526f3c4ea9d383adddedf30535946.tar.gz
refactor intel related configuration
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 16761db..62208c1 100644
--- a/modules/hardware/default.nix
+++ b/modules/hardware/default.nix
@@ -1,5 +1,5 @@
 { ... }:
 
 {
-  imports = [ ./ssd ./sound ./networking ];
+  imports = [ ./intel ./ssd ./sound ./networking ];
 }