Logitech Unifying Receiver: Difference between revisions
imported>Tchabaud Page creation |
No edit summary |
||
(4 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 == | |||
Just add the following lines to | 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 == | |||
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]] |
Latest revision as of 19:54, 24 April 2024
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