add support for Logitech Mouse

This commit is contained in:
Elias Gasparis 2025-06-13 16:04:53 +08:00
parent d0f195cb06
commit fcc841498a

View file

@ -18,6 +18,9 @@
boot.kernelPackages = pkgs.linuxPackages_6_1; boot.kernelPackages = pkgs.linuxPackages_6_1;
hardware.firmware = [ pkgs.sof-firmware ]; hardware.firmware = [ pkgs.sof-firmware ];
# for Logitech Lift mouse
hardware.logitech.wireless.enable = true;
hardware.logitech.wireless.enableGraphical = true;
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/27986c46-1dd1-4444-b732-7e7c36f2ed29"; { device = "/dev/disk/by-uuid/27986c46-1dd1-4444-b732-7e7c36f2ed29";