mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
12 lines
100 B
Nix
Executable File
12 lines
100 B
Nix
Executable File
{
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
../software/beets
|
|
../server/open-webui.nix
|
|
];
|
|
}
|