flake/nixos/presets/desktop/accessories/logitech.nix

8 lines
107 B
Nix
Executable file

{...}:
# Logitech
{
hardware.logitech.wireless = {
enable = true;
enableGraphical = true;
};
}