nixcfg/modules/via-qmk/default.nix

7 lines
68 B
Nix
Raw Normal View History

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