Logitech Unifying Receiver: Difference between revisions

From NixOS Wiki
imported>Tchabaud
m Typo
imported>Solevis
Options has been renamed
Line 5: Line 5:
Just add the following lines to _/etc/nixos/configuration.nix_
Just add the following lines to _/etc/nixos/configuration.nix_


     hardware.logitech.enable = true;
     hardware.logitech.wireless.enable = true;
     hardware.logitech.enableGraphical = true;
     hardware.logitech.wireless.enableGraphical = true;


then  
then  

Revision as of 10:57, 13 October 2020

Logitech Unifying Receiver is a wireless receiver that can connect up to 6 compatibles wireless mice and keyboards to your computer.

Setup with NixOS

Just add the following lines to _/etc/nixos/configuration.nix_

   hardware.logitech.wireless.enable = true;
   hardware.logitech.wireless.enableGraphical = true;

then

   sudo nixos-rebuild switch

Additional tips

See this page on ArchLinux wiki