hurricane: 183 current 2025-07-09 16:08:16 25.05.20250708.88983d4 6.15.5 *

logitech wireless support
This commit is contained in:
2025-07-09 16:08:24 +02:00
parent a5a7c958f6
commit bcc74c81e4

View File

@@ -170,8 +170,19 @@ in {
blueman.enable = true;
};
# ================================
# HARDWARE
# ================================
hardware = {
# Bluetooth support
hardware.bluetooth.enable = true;
bluetooth.enable = true;
# Logitech Unifying Receiver support
logitech.wireless = {
enable = true;
enableGraphical = true;
};
};
# power management tool which allows for managing hibernate and suspend states
powerManagement.enable = true;