nixdotfiles/etc/nixos/modules/logitech.nix

5 lines
124 B
Nix

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