mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-09 16:13:12 +03:00
10 lines
52 B
Nix
10 lines
52 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
../vds
|
|
];
|
|
}
|