summaryrefslogtreecommitdiff
path: root/modules/nixfiles/bluetooth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixfiles/bluetooth.nix')
-rw-r--r--modules/nixfiles/bluetooth.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/nixfiles/bluetooth.nix b/modules/nixfiles/bluetooth.nix
index a1fd58f..8347361 100644
--- a/modules/nixfiles/bluetooth.nix
+++ b/modules/nixfiles/bluetooth.nix
@@ -13,7 +13,6 @@ in {
config = mkIf cfg.enable {
hardware.bluetooth = {
enable = true;
- package = pkgs.bluezFull;
settings.General.FastConnectable = true;
};