From bcc74c81e4577be57429fef0b96ee1cefb044911 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 9 Jul 2025 16:08:24 +0200 Subject: [PATCH] hurricane: 183 current 2025-07-09 16:08:16 25.05.20250708.88983d4 6.15.5 * logitech wireless support --- modules/common.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index 6820193..a9475c9 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -170,8 +170,19 @@ in { blueman.enable = true; }; - # Bluetooth support - hardware.bluetooth.enable = true; + # ================================ + # HARDWARE + # ================================ + hardware = { + # Bluetooth support + 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;