nixcfg/modules/via-qmk/default.nix
2024-03-05 11:46:51 -05:00

7 lines
68 B
Nix

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