NixOS/extra/default.nix

10 lines
132 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
./steam.nix
2023-11-17 21:10:38 +00:00
];
}