flake/machines/nixos/hardware/accessories/logitech.nix

9 lines
No EOL
109 B
Nix
Executable file

{ ... }:
# Logitech
{
hardware.logitech.wireless = {
enable = true;
enableGraphical = true;
};
}