nixcfg/hardware/default.nix

9 lines
122 B
Nix

{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./qmk
./sound
];
}