Logitech Unifying Receiver: Difference between revisions

imported>Tchabaud
m Titles formatting
Klinger (talk | contribs)
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[http://www.logitech.com/349/6072 Logitech Unifying Receiver] is a wireless receiver that can connect up to 6 compatibles wireless mice and keyboards to your computer.
[http://www.logitech.com/349/6072 Logitech Unifying Receiver] is a wireless receiver that can connect up to 6 compatibles wireless mice and keyboards to your computer.


= Setup with NixOS
== Setup with NixOS ==


Just add the following lines to _/etc/nixos/configuration.nix_
Just add the following lines to {{ic|/etc/nixos/configuration.nix}}


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


then  
then  
Line 12: Line 12:
     sudo nixos-rebuild switch
     sudo nixos-rebuild switch


= Additional tips
== Additional tips ==
 


See [https://wiki.archlinux.org/index.php/Logitech_Unifying_Receiver this page on ArchLinux wiki]
See [https://wiki.archlinux.org/index.php/Logitech_Unifying_Receiver this page on ArchLinux wiki]
[[Category:Hardware]]