nixos/hardware/default.nix

8 lines
43 B
Nix
Raw Normal View History

2023-05-27 18:16:19 +02:00
{ ... }:
{
imports = [
./dvd
];
}