mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
12 lines
105 B
Nix
Executable File
12 lines
105 B
Nix
Executable File
{
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
# ./gimp.nix
|
|
./gramps.nix
|
|
./streamrip.nix
|
|
./yt-dlp.nix
|
|
];
|
|
}
|