Logitech Unifying Receiver: Difference between revisions
imported>Tchabaud m Titles formatting |
imported>Tchabaud m Typo |
||
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 _/etc/nixos/configuration.nix_ | ||
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] |
Revision as of 12:37, 8 May 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.enable = true; hardware.logitech.enableGraphical = true;
then
sudo nixos-rebuild switch