diff options
Diffstat (limited to 'modules/bluetooth.nix')
| -rw-r--r-- | modules/bluetooth.nix | 12 |
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; -} |
