System/modules/logitech.nix

8 lines
112 B
Nix

{ config, pkgs, ... }:
{
hardware.logitech.wireless = {
enable = true;
enableGraphical = true;
};
}