nixcfg/hardware/default.nix
2024-02-29 19:03:08 -05:00

8 lines
110 B
Nix

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