Logitech Unifying Receiver: Difference between revisions
imported>Tchabaud m Typo |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== Setup with NixOS == | == 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 16: | Line 16: | ||
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