nixcfg/hardwareModules/default.nix

14 lines
115 B
Nix

inputs: {
config,
pkgs,
lib,
...
}: {
imports = [
./cpu
./gpu
./options.nix
./ssd
];
}