nixcfg/modules/logitech/default.nix

8 lines
180 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
# Add support for logitech unifying receivers.
hardware.logitech.wireless.enable = true;
hardware.logitech.wireless.enableGraphical = true;
}