flake/nixos/modules/hardware/components/default.nix

5 lines
41 B
Nix

{...}: {
imports = [
./misc
];
}