flake/nixos/hardware/accessories/logitech.nix
2023-09-19 08:17:43 +08:00

9 lines
No EOL
109 B
Nix
Executable file

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