zaneyos/config/system/logitech.nix

8 lines
230 B
Nix

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