NixOS/extra/default.nix

10 lines
143 B
Nix

{
imports = [
./bluray.nix
./dvd.nix
./yubikey.nix
./platformio.nix
./language-server.nix
];
}