mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
12 lines
105 B
Nix
12 lines
105 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./gramps.nix
|
|
./streamrip.nix
|
|
./v2rayn.nix
|
|
./yt-dlp.nix
|
|
];
|
|
}
|