Commit a4a0a0f
Changed files (1)
modules
nixos
desktop
modules/nixos/desktop/peripherals.nix
@@ -42,5 +42,5 @@
# Bluetooth devices automatically connect with bluetoothctl as well:
# [bluetooth] # trust [hex-address]
hardware.bluetooth.enable = true;
- services.blueman.enable = true;
+ # services.blueman.enable = true; # KDE has bluetooth manager
}