summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-06-02 14:15:56 +0200
committerSilas Schöffel <sils@sils.li>2024-06-02 14:15:56 +0200
commit8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b (patch)
tree678522f7f00ee8524ab8f9bdfe0e6a1e4c0ad73a /sys
parentgit: init module (diff)
downloadnix-config-8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b.tar.gz
nix-config-8110cae57e1e82a38bda2b6bfb1c3db4b2d1674b.zip
bluetooth: init module
Diffstat (limited to 'sys')
-rw-r--r--sys/bluetooth/default.nix3
-rw-r--r--sys/default.nix1
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/bluetooth/default.nix b/sys/bluetooth/default.nix
deleted file mode 100644
index 6dc8d17..0000000
--- a/sys/bluetooth/default.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{...}: {
-  hardware.bluetooth.enable = true;
-}
diff --git a/sys/default.nix b/sys/default.nix
index 82d323a..c5711cd 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -1,6 +1,5 @@
 {...}: {
   imports = [
-    ./bluetooth
     ./desktop/hyprland
     ./desktop/sway
     ./environment