Logitech Unifying Receiver: Difference between revisions

From NixOS Wiki
imported>Solevis
Options has been renamed
imported>Rapenne-s
m fix verbatim text
Line 3: Line 3:
== 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.wireless.enable = true;
     hardware.logitech.wireless.enable = true;

Revision as of 21:22, 26 September 2022

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