Fix: update Waybar configuration to include Bluetooth module and enhance Bluetooth settings in system configuration

This commit is contained in:
2025-11-04 19:43:12 +00:00
parent 009ebf8d0f
commit dcbcf73979
2 changed files with 24 additions and 1 deletions

View File

@@ -83,6 +83,18 @@
# Enable CUPS for printing
services.printing.enable = true;
# Enable bluetooth
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
};
};
};
services.blueman.enable = true;
# Enable OpenGL
hardware.graphics = {
enable = true;