nixcfg/hardware/default.nix
2024-02-29 17:57:04 -05:00

11 lines
137 B
Nix

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