Commit a4a0a0f

HPCesia <me@hpcesia.com>
2025-05-30 19:08:17
fix(service): remove useless blueman
1 parent 181e977
Changed files (1)
modules
nixos
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
 }