nixcfg/hardware/qmk/default.nix
2024-02-29 17:06:55 -05:00

6 lines
66 B
Nix

{ config, pkgs, ... }:
{
hardware.keyboard.qmk.enable= true;
}