added extra/default.nix

This commit is contained in:
Sven Vogel 2023-11-17 22:10:38 +01:00
parent 53f16decac
commit b614c69829
1 changed files with 9 additions and 0 deletions

9
extra/default.nix Normal file
View File

@ -0,0 +1,9 @@
{
imports = [
./bluray.nix
./dvd.nix
./yubikey.nix
./platformio.nix
./language-server.nix
];
}