feat: enable logitech wireless hardware support for trackball

This commit is contained in:
Ahwx 2026-01-26 21:01:03 +01:00
parent 378ca5fa00
commit 81516955ec

View file

@ -1,7 +1,11 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
services.smartd = { services.smartd = {
enable = true; enable = true;
autodetect = true; autodetect = true;
}; };
hardware.logitech.wireless = {
enable = true;
enableGraphical = true;
};
} }