nixcfg/hardware/default.nix

11 lines
137 B
Nix
Raw Normal View History

2024-02-29 17:57:04 -05:00
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./qmk
./steam
./sound
];
}