nix-config/modules/logitech.nix

12 lines
117 B
Nix

{
pkgs,
lib,
...
}: {
hardware.logitech.wireless = {
enable = true;
enableGraphical = true;
};
}