From fcc841498a25182e39ed46f69c6866b424138ad1 Mon Sep 17 00:00:00 2001 From: Tootbrute Date: Fri, 13 Jun 2025 16:04:53 +0800 Subject: [PATCH] add support for Logitech Mouse --- hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 84603f4..1467086 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -18,6 +18,9 @@ boot.kernelPackages = pkgs.linuxPackages_6_1; hardware.firmware = [ pkgs.sof-firmware ]; + # for Logitech Lift mouse + hardware.logitech.wireless.enable = true; + hardware.logitech.wireless.enableGraphical = true; fileSystems."/" = { device = "/dev/disk/by-uuid/27986c46-1dd1-4444-b732-7e7c36f2ed29";