nixfiles/profiles/nixos/logitech.nix

7 lines
96 B
Nix
Raw Normal View History

2024-09-04 10:05:55 +01:00
{...}: {
hardware.logitech.wireless = {
enable = true;
enableGraphical = true;
};
}