nixfiles/profiles/nixos/logitech.nix
2024-09-04 10:05:55 +01:00

7 lines
96 B
Nix

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