summaryrefslogtreecommitdiff
path: root/modules/bluetooth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bluetooth.nix')
-rw-r--r--modules/bluetooth.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/bluetooth.nix b/modules/bluetooth.nix
deleted file mode 100644
index 36e8f8f..0000000
--- a/modules/bluetooth.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, pkgs, lib, ... }: {
-
- hardware.bluetooth = {
- enable = true;
- # config = "
- # [General]
- # Enable=Source,Sink,Media,Socket
- # ";
- };
-
- services.blueman.enable = true;
-}