NixOS/extra/default.nix

9 lines
112 B
Nix
Raw Normal View History

2023-11-17 21:10:38 +00:00
{
imports = [
./bluray.nix
./dvd.nix
./yubikey.nix
2023-11-18 10:33:43 +00:00
./wireguard.nix
2023-11-17 21:10:38 +00:00
];
}