summary refs log tree commit diff stats
path: root/system/settings/hardware/laptop.nix
diff options
context:
space:
mode:
authorAlan Pearce2021-01-16 20:51:47 +0100
committerAlan Pearce2021-01-16 20:51:47 +0100
commit15e6d3bfa4643fea6521f55563d349558e33dca9 (patch)
tree012ffc3e4f807b1520a949fae87aeed1537f5218 /system/settings/hardware/laptop.nix
parentba2a03380a69a7af1e5dae763d9003b0ee5b1a52 (diff)
downloadnixfiles-15e6d3bfa4643fea6521f55563d349558e33dca9.tar.lz
nixfiles-15e6d3bfa4643fea6521f55563d349558e33dca9.tar.zst
nixfiles-15e6d3bfa4643fea6521f55563d349558e33dca9.zip
Extract wireless setup fvrom connman.nix to iwd.nix
Diffstat (limited to 'system/settings/hardware/laptop.nix')
-rw-r--r--system/settings/hardware/laptop.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/settings/hardware/laptop.nix b/system/settings/hardware/laptop.nix
index 0dea0384..9f752070 100644
--- a/system/settings/hardware/laptop.nix
+++ b/system/settings/hardware/laptop.nix
@@ -4,6 +4,8 @@
   imports = [
     ./bluetooth.nix
     ./bluetooth-audio.nix
+    ./connman.nix
+    ./iwd.nix
     ../user-interface.nix
   ];