zaneyos/config/system/logitech.nix

8 lines
210 B
Nix
Raw Normal View History

{ pkgs, config, lib, ... }:
let inherit (import ../../options.nix) logitech; in
lib.mkIf (logitech == true) {
hardware.logitech.wireless.enable = true;
hardware.logitech.wireless.enableGraphical = true;
}